We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5eecec commit fbfd962Copy full SHA for fbfd962
build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
@Suppress("LocalVariableName")
15
val ktor_version = "2.2.4"
16
17
- val logback_version = "1.4.6"
+ val logback_version = "1.4.7"
18
19
// Ktor server
20
implementation("io.ktor:ktor-server-core:$ktor_version")
0 commit comments