We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4efff5 + d118276 commit 10f2fa3Copy full SHA for 10f2fa3
kweet/build.gradle.kts
@@ -40,7 +40,7 @@ dependencies {
40
implementation("io.ktor:ktor-server-call-logging")
41
implementation("org.freemarker:freemarker:2.3.33")
42
implementation("no.api.freemarker:freemarker-java8:3.0.0")
43
- runtimeOnly("ch.qos.logback:logback-classic:1.5.8")
+ runtimeOnly("ch.qos.logback:logback-classic:1.5.9")
44
45
testImplementation("io.ktor:ktor-server-test-host")
46
testImplementation("io.mockk:mockk:1.13.12")
0 commit comments