We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a82daa4 + 7da1030 commit 3323256Copy full SHA for 3323256
samples/webhook-server-ktor/build.gradle.kts
@@ -51,7 +51,7 @@ dependencies {
51
implementation("io.ktor:ktor-server-core-jvm:$ktorVersion")
52
implementation("io.ktor:ktor-server-netty-jvm:$ktorVersion")
53
54
- val logbackVersion = "1.5.12"
+ val logbackVersion = "1.5.18"
55
implementation("ch.qos.logback:logback-classic:$logbackVersion")
56
57
testImplementation("io.ktor:ktor-server-test-host")
0 commit comments