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 cbb78c4 commit ca7143dCopy full SHA for ca7143d
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.15"
43
- implementation "ch.qos.logback:logback-core:1.5.15"
+ 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