We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154a9f9 commit 12f9cd7Copy full SHA for 12f9cd7
build.gradle
@@ -64,7 +64,7 @@ allprojects {
64
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3")
65
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
66
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.11")
67
- testRuntimeOnly("ch.qos.logback:logback-core:1.4.11")
+ testRuntimeOnly("ch.qos.logback:logback-core:1.4.13")
68
implementation("org.slf4j:slf4j-api:2.0.9")
69
}
70
0 commit comments