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