Skip to content

Commit 695cd80

Browse files
committed
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.4
1 parent 4b16547 commit 695cd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jit-binding-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation("io.ktor:ktor-server-core")
1212
implementation("io.ktor:ktor-server-netty")
1313
implementation("io.github.reactivecircus.cache4k:cache4k:0.13.0")
14-
implementation("ch.qos.logback:logback-classic:1.5.3")
14+
implementation("ch.qos.logback:logback-classic:1.5.4")
1515

1616
implementation(projects.mavenBindingBuilder)
1717
}

0 commit comments

Comments
 (0)