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 4b16547 commit 695cd80Copy full SHA for 695cd80
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.3")
+ implementation("ch.qos.logback:logback-classic:1.5.4")
15
16
implementation(projects.mavenBindingBuilder)
17
}
0 commit comments