Skip to content

Commit 21e1b49

Browse files
Bump slf4j-api from 1.7.36 to 2.0.6
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.6. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_1.7.36...v_2.0.6) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cd32e8 commit 21e1b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-wear-shared/shared/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
api "com.google.dagger:dagger-android-support:$dagger_version"
3232

3333
//Logger
34-
api 'org.slf4j:slf4j-api:1.7.36' // 2.0.x breaks logging. Code change needed
34+
api 'org.slf4j:slf4j-api:2.0.6' // 2.0.x breaks logging. Code change needed
3535
api 'com.github.tony19:logback-android:2.0.0'
3636

3737
api "org.jetbrains.kotlinx:kotlinx-serialization-json:$serialization_version"

0 commit comments

Comments
 (0)