From 7b9c704187ea35857250923dd34b6843ce02ddfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 18:01:48 +0000 Subject: [PATCH] Bump logback-android from 2.0.0 to 2.0.1 Bumps [logback-android](https://github.com/tony19/logback-android) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/tony19/logback-android/releases) - [Commits](https://github.com/tony19/logback-android/compare/v_2.0.0...v_2.0.1) --- updated-dependencies: - dependency-name: com.github.tony19:logback-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-wear-shared/shared/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-wear-shared/shared/build.gradle b/app-wear-shared/shared/build.gradle index 9228d00a278..2a9e071169b 100644 --- a/app-wear-shared/shared/build.gradle +++ b/app-wear-shared/shared/build.gradle @@ -32,7 +32,7 @@ dependencies { //Logger api 'org.slf4j:slf4j-api:1.7.36' // 2.0.x breaks logging. Code change needed - api 'com.github.tony19:logback-android:2.0.0' + api 'com.github.tony19:logback-android:2.0.1' api "org.jetbrains.kotlinx:kotlinx-serialization-json:$serialization_version" api "org.apache.commons:commons-lang3:$commonslang3_version"