Skip to content

Commit b3b60f9

Browse files
fix(deps): update dependency ch.qos.logback:logback-core to v1.5.13 (#552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d0c2fc commit b3b60f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log-appender/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ java {
1616
dependencies {
1717
// Slf4J / logback
1818
implementation("org.slf4j:slf4j-api:2.0.16")
19-
implementation("ch.qos.logback:logback-core:1.5.12")
19+
implementation("ch.qos.logback:logback-core:1.5.13")
2020
implementation("ch.qos.logback:logback-classic:1.5.12")
2121

2222
// JUL to SLF4J bridge

0 commit comments

Comments
 (0)