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 1c80126Copy full SHA for 1c80126
log-appender/build.gradle.kts
@@ -15,12 +15,12 @@ java {
15
16
dependencies {
17
// Slf4J / logback
18
- implementation("org.slf4j:slf4j-api:2.0.16")
+ implementation("org.slf4j:slf4j-api:2.0.17")
19
implementation("ch.qos.logback:logback-core:1.5.16")
20
implementation("ch.qos.logback:logback-classic:1.5.16")
21
22
// JUL to SLF4J bridge
23
- implementation("org.slf4j:jul-to-slf4j:2.0.16")
+ implementation("org.slf4j:jul-to-slf4j:2.0.17")
24
25
// Log4j
26
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.3"))
0 commit comments