Skip to content

Commit 2f7ef23

Browse files
Update buildSrc/src/main/groovy/io.seqera.wave.cli.java-common-conventions.gradle
Co-authored-by: Paolo Di Tommaso <[email protected]>
1 parent 4a07119 commit 2f7ef23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ dependencies {
3939
implementation "org.slf4j:jcl-over-slf4j:2.0.16"
4040
implementation "org.slf4j:jul-to-slf4j:2.0.16"
4141
implementation "org.slf4j:log4j-over-slf4j:2.0.16"
42-
implementation "ch.qos.logback:logback-classic:1.5.19"
43-
implementation "ch.qos.logback:logback-core:1.5.19"
42+
implementation "ch.qos.logback:logback-classic:1.5.20"
43+
implementation "ch.qos.logback:logback-core:1.5.20"
4444

4545
// Use JUnit Jupiter for testing.
4646
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'

0 commit comments

Comments
 (0)