From 813a1f2aa764faff6eeb738d567e997662aa63dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 08:06:57 +0000 Subject: [PATCH] chore(deps): bump slf4j-api from 1.7.36 to 2.0.0 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.0. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... 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 598f2e18f8..fba2bac52a 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:1.7.36' + api 'org.slf4j:slf4j-api:2.0.0' api("com.github.tony19:logback-android-classic:1.1.1-6") { exclude group: "com.google.android", module: "android" }