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 981b162 commit 47a3d11Copy full SHA for 47a3d11
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.16")
+ implementation("ch.qos.logback:logback-core:1.5.17")
20
implementation("ch.qos.logback:logback-classic:1.5.16")
21
22
// JUL to SLF4J bridge
0 commit comments