Skip to content

Commit 144911b

Browse files
fix(deps): update logback packages to v1.5.10
1 parent 0f736ec commit 144911b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log-appender/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ java {
1616
dependencies {
1717
// Slf4J / logback
1818
implementation("org.slf4j:slf4j-api:2.0.16")
19-
implementation("ch.qos.logback:logback-core:1.5.9")
20-
implementation("ch.qos.logback:logback-classic:1.5.9")
19+
implementation("ch.qos.logback:logback-core:1.5.10")
20+
implementation("ch.qos.logback:logback-classic:1.5.10")
2121

2222
// JUL to SLF4J bridge
2323
implementation("org.slf4j:jul-to-slf4j:2.0.16")

0 commit comments

Comments
 (0)