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.
2 parents c6caa32 + c0e3207 commit 31d1b60Copy full SHA for 31d1b60
build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
32
implementation("io.ktor:ktor-client-logging:$ktorVersion")
33
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
34
- implementation("ch.qos.logback:logback-classic:1.5.20")
+ implementation("ch.qos.logback:logback-classic:1.5.21")
35
36
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
37
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
0 commit comments