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