Skip to content

Commit 651a8a2

Browse files
Upgraded sl4j to 2.0.17 and shadow plugin to 8.1.1 (#105)
* upgraded log4j to 2.0.16 Signed-off-by: munishchouhan <hrma017@gmail.com> * upgraded sl4j to 2.0.17 Signed-off-by: munishchouhan <hrma017@gmail.com> * upgraded com.github.johnrengelman.shadow to 8.1.1 Signed-off-by: munishchouhan <hrma017@gmail.com> --------- Signed-off-by: munishchouhan <hrma017@gmail.com>
1 parent b1f5211 commit 651a8a2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'groovy'
33
id 'io.seqera.wave.cli.java-application-conventions'
44
id 'org.graalvm.buildtools.native' version '0.10.6'
5-
id 'com.github.johnrengelman.shadow' version '7.1.2'
5+
id 'com.github.johnrengelman.shadow' version '8.1.1'
66
}
77

88
java {

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.0.16"
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)