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 6d0c2fc commit b3b60f9Copy full SHA for b3b60f9
log-appender/build.gradle.kts
@@ -16,7 +16,7 @@ java {
16
dependencies {
17
// Slf4J / logback
18
implementation("org.slf4j:slf4j-api:2.0.16")
19
- implementation("ch.qos.logback:logback-core:1.5.12")
+ implementation("ch.qos.logback:logback-core:1.5.13")
20
implementation("ch.qos.logback:logback-classic:1.5.12")
21
22
// JUL to SLF4J bridge
0 commit comments