We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64de120 commit 5c90567Copy full SHA for 5c90567
build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.6.4")
26
27
implementation("org.slf4j:slf4j-api:2.0.5")
28
- implementation("ch.qos.logback:logback-core:1.4.5")
+ implementation("ch.qos.logback:logback-core:1.5.17")
29
implementation("ch.qos.logback:logback-classic:1.4.5")
30
testImplementation(kotlin("test"))
31
}
0 commit comments