We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225f1a8 commit 345d462Copy full SHA for 345d462
build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
val ktor_version = "2.3.12"
18
19
@Suppress("LocalVariableName")
20
- val logback_version = "1.5.6"
+ val logback_version = "1.5.7"
21
22
// Ktor server
23
implementation("io.ktor:ktor-server-core:$ktor_version")
0 commit comments