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 64de120 commit 966bb6eCopy full SHA for 966bb6e
build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
27
implementation("org.slf4j:slf4j-api:2.0.5")
28
implementation("ch.qos.logback:logback-core:1.4.5")
29
- implementation("ch.qos.logback:logback-classic:1.4.5")
+ implementation("ch.qos.logback:logback-classic:1.5.17")
30
testImplementation(kotlin("test"))
31
}
32
0 commit comments