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