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 11548aa commit 72c7e28Copy full SHA for 72c7e28
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.12")
+ api("ch.qos.logback:logback-classic:1.5.16")
29
30
testImplementation(kotlin("test"))
31
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
0 commit comments