Skip to content

Commit 170a6b3

Browse files
committed
upgraded sl4j to 2.0.17
Signed-off-by: munishchouhan <hrma017@gmail.com>
1 parent c355996 commit 170a6b3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

buildSrc/src/main/groovy/io.seqera.wave.cli.java-common-conventions.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ dependencies {
3535
implementation 'org.apache.commons:commons-text:1.9'
3636
}
3737

38-
implementation "org.slf4j:slf4j-api:2.0.16"
39-
implementation "org.slf4j:jcl-over-slf4j:2.0.16"
40-
implementation "org.slf4j:jul-to-slf4j:2.0.16"
41-
implementation "org.slf4j:log4j-over-slf4j:2.25.3"
38+
implementation "org.slf4j:slf4j-api:2.0.17"
39+
implementation "org.slf4j:jcl-over-slf4j:2.0.17"
40+
implementation "org.slf4j:jul-to-slf4j:2.0.17"
41+
implementation "org.slf4j:log4j-over-slf4j:2.0.17"
4242
implementation "ch.qos.logback:logback-classic:1.5.20"
4343
implementation "ch.qos.logback:logback-core:1.5.20"
4444

0 commit comments

Comments
 (0)