build.gradle: update SLF4J to 2.0.9

This commit is contained in:
Andreas Schildbach 2023-10-31 12:51:38 +01:00
parent 7ac8f6280c
commit b4503f1dec

View file

@ -25,7 +25,7 @@ dependencies {
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.13' implementation 'com.squareup.okhttp3:logging-interceptor:3.12.13'
implementation 'com.google.guava:guava:31.1-android' implementation 'com.google.guava:guava:31.1-android'
implementation 'org.osmdroid:osmdroid-android:6.1.14' implementation 'org.osmdroid:osmdroid-android:6.1.14'
implementation 'org.slf4j:slf4j-api:2.0.7' implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'com.github.tony19:logback-android:3.0.0' implementation 'com.github.tony19:logback-android:3.0.0'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
} }