We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef265ff commit 4b321f8Copy full SHA for 4b321f8
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.11"
+ val logback_version = "1.5.12"
21
22
// Ktor server
23
implementation("io.ktor:ktor-server-core:$ktor_version")
0 commit comments