From bc3f8e352c1d07a228bcfd3382235e3815965719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 21:26:44 +0000 Subject: [PATCH] build(deps): bump slf4j-android from 1.7.32 to 1.7.33 Bumps slf4j-android from 1.7.32 to 1.7.33. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-android dependency-type: direct:production update-type: version-update:semver-patch ... 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 2b10222..4ab30bf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,7 +84,7 @@ dependencies { exclude group: 'org.slf4j' exclude group: 'xmlpull' } - implementation 'org.slf4j:slf4j-android:1.7.32' + implementation 'org.slf4j:slf4j-android:1.7.33' def lifecycle_version = '2.4.0' implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"