We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718f9db commit 966a867Copy full SHA for 966a867
build.gradle
@@ -63,8 +63,8 @@ allprojects {
63
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version")
64
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.2")
65
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
66
- testRuntimeOnly("ch.qos.logback:logback-classic:1.5.18")
67
- testRuntimeOnly("ch.qos.logback:logback-core:1.5.18")
+ testRuntimeOnly("ch.qos.logback:logback-classic:1.5.19")
+ testRuntimeOnly("ch.qos.logback:logback-core:1.5.19")
68
implementation("org.slf4j:slf4j-api:2.0.17")
69
}
70
0 commit comments