Skip to content

Commit f65c25e

Browse files
committed
fix(deps): update dependency ch.qos.logback:logback-core to v1.5.9
1 parent 428907e commit f65c25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828

2929
implementation("org.slf4j:slf4j-api:2.0.16")
3030
implementation("ch.qos.logback:logback-classic:1.5.8")
31-
implementation("ch.qos.logback:logback-core:1.5.8")
31+
implementation("ch.qos.logback:logback-core:1.5.9")
3232

3333
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0")
3434
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")

0 commit comments

Comments
 (0)