From 0014f8c915fae67ad576b44766a6902352898c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:15:29 +0000 Subject: [PATCH] chore(deps): bump com.jakewharton.timber:timber from 4.7.1 to 5.0.1 Bumps [com.jakewharton.timber:timber](https://github.com/JakeWharton/timber) from 4.7.1 to 5.0.1. - [Release notes](https://github.com/JakeWharton/timber/releases) - [Changelog](https://github.com/JakeWharton/timber/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/JakeWharton/timber/compare/4.7.1...5.0.1) --- updated-dependencies: - dependency-name: com.jakewharton.timber:timber dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3c03da1b0..d752c1868 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -193,7 +193,7 @@ dependencies { playStoreImplementation 'com.google.android.gms:play-services-auth:19.2.0' // Timber - implementation 'com.jakewharton.timber:timber:4.7.1' + implementation 'com.jakewharton.timber:timber:5.0.1' implementation 'com.jakewharton.threetenabp:threetenabp:1.3.0' implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.0"