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 6ac4592 + bbd95cb commit 79ebc8bCopy full SHA for 79ebc8b
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.18")
+ implementation("ch.qos.logback:logback-classic:1.5.19")
35
36
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
37
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
0 commit comments