We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586cf81 commit b49d8c9Copy full SHA for b49d8c9
jit-binding-server/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
implementation("io.ktor:ktor-server-core")
12
implementation("io.ktor:ktor-server-netty")
13
implementation("io.github.reactivecircus.cache4k:cache4k:0.13.0")
14
- implementation("ch.qos.logback:logback-classic:1.5.5")
+ implementation("ch.qos.logback:logback-classic:1.5.6")
15
16
implementation(projects.mavenBindingBuilder)
17
}
0 commit comments