We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a54733 + ff136da commit fb4decfCopy full SHA for fb4decf
1 file changed
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.7.3")
65
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
66
- testRuntimeOnly("ch.qos.logback:logback-classic:1.4.14")
67
- testRuntimeOnly("ch.qos.logback:logback-core:1.4.14")
+ testRuntimeOnly("ch.qos.logback:logback-classic:1.5.18")
+ testRuntimeOnly("ch.qos.logback:logback-core:1.5.18")
68
implementation("org.slf4j:slf4j-api:2.0.17")
69
}
70
0 commit comments