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 4a07119 commit 2f7ef23Copy full SHA for 2f7ef23
buildSrc/src/main/groovy/io.seqera.wave.cli.java-common-conventions.gradle
@@ -39,8 +39,8 @@ dependencies {
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.0.16"
42
- implementation "ch.qos.logback:logback-classic:1.5.19"
43
- implementation "ch.qos.logback:logback-core:1.5.19"
+ implementation "ch.qos.logback:logback-classic:1.5.20"
+ implementation "ch.qos.logback:logback-core:1.5.20"
44
45
// Use JUnit Jupiter for testing.
46
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
0 commit comments