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