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 75d7533 commit f5f1406Copy full SHA for f5f1406
backend/build.gradle.kts
@@ -28,7 +28,7 @@ kotlin {
28
implementation("io.ktor:ktor-serialization-kotlinx-json:3.2.3")
29
implementation("io.ktor:ktor-server-content-negotiation:3.2.3")
30
31
- implementation("ch.qos.logback:logback-classic:1.5.18")
+ implementation("ch.qos.logback:logback-classic:1.5.20")
32
33
implementation(projects.common)
34
}
0 commit comments