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 23a2522 commit 74c8b85Copy full SHA for 74c8b85
buildSrc/src/main/groovy/io.seqera.wave.cli.java-common-conventions.gradle
@@ -22,8 +22,8 @@ dependencies {
22
implementation "org.slf4j:jcl-over-slf4j:2.0.16"
23
implementation "org.slf4j:jul-to-slf4j:2.0.16"
24
implementation "org.slf4j:log4j-over-slf4j:2.0.16"
25
- implementation "ch.qos.logback:logback-classic:1.5.12"
26
- implementation "ch.qos.logback:logback-core:1.5.12"
+ implementation "ch.qos.logback:logback-classic:1.5.15"
+ implementation "ch.qos.logback:logback-core:1.5.15"
27
28
// Use JUnit Jupiter for testing.
29
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
0 commit comments