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 c2f9564 + 945d116 commit 5b44d95Copy full SHA for 5b44d95
build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
35
implementation("io.ktor:ktor-client-logging:$ktorVersion")
36
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
37
- implementation("ch.qos.logback:logback-classic:1.5.10")
+ implementation("ch.qos.logback:logback-classic:1.5.11")
38
39
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
40
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
0 commit comments