diff --git a/build.gradle.kts b/build.gradle.kts index d2764b8..97fa75c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { implementation("io.ktor:ktor-client-logging:$ktorVersion") implementation("io.github.microutils:kotlin-logging-jvm:3.0.5") - implementation("ch.qos.logback:logback-classic:1.5.8") + implementation("ch.qos.logback:logback-classic:1.5.10") testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion") testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")