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 26f0a5d commit b0d6948Copy full SHA for b0d6948
build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
api("io.ktor:ktor-client-logging")
26
27
api("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1")
28
- api("ch.qos.logback:logback-classic:1.5.7")
+ api("ch.qos.logback:logback-classic:1.5.12")
29
30
testImplementation(kotlin("test"))
31
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")
0 commit comments