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 9d99607 commit f050053Copy full SHA for f050053
sandbox/build.gradle.kts
@@ -88,7 +88,7 @@ kotlin {
88
89
dependencies {
90
implementation(libs.ktor.client.core.jvm)
91
- implementation("ch.qos.logback:logback-classic:1.2.3")
+ implementation("ch.qos.logback:logback-classic:1.5.23")
92
implementation(libs.ktor.client.logging)
93
implementation(libs.ktor.serialization.gson)
94
implementation(libs.ktor.client.cio.jvm)
0 commit comments