We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154a9f9 commit 1ca52f6Copy full SHA for 1ca52f6
build.gradle
@@ -63,7 +63,7 @@ allprojects {
63
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version")
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")
+ testRuntimeOnly("ch.qos.logback:logback-classic:1.4.12")
67
testRuntimeOnly("ch.qos.logback:logback-core:1.4.11")
68
implementation("org.slf4j:slf4j-api:2.0.9")
69
}
0 commit comments