Skip to content

Commit de0fb6a

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 e0fba68 commit de0fb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/build.gradle

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

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

3434
api "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"

0 commit comments

Comments
 (0)