From f526e60bdd94e5a0224d938312f3cbbd0675c499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 08:09:05 +0000 Subject: [PATCH] chore(deps): bump slf4j-api from 2.0.0 to 2.0.1 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0...v_2.0.1) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- shared/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle b/shared/build.gradle index befbf26b4a..e55170252d 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -28,7 +28,7 @@ dependencies { api "com.google.dagger:dagger-android-support:$dagger_version" //Logger - api 'org.slf4j:slf4j-api:2.0.0' + api 'org.slf4j:slf4j-api:2.0.1' api("com.github.tony19:logback-android-classic:1.1.1-6") { exclude group: "com.google.android", module: "android" }