From c355996c945cf373c25020fc701ba25467bcc541 Mon Sep 17 00:00:00 2001 From: munishchouhan Date: Wed, 11 Mar 2026 14:05:29 +0100 Subject: [PATCH 1/3] upgraded log4j to 2.0.16 Signed-off-by: munishchouhan --- .../groovy/io.seqera.wave.cli.java-common-conventions.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/io.seqera.wave.cli.java-common-conventions.gradle b/buildSrc/src/main/groovy/io.seqera.wave.cli.java-common-conventions.gradle index 9b6cf47..d606f38 100644 --- a/buildSrc/src/main/groovy/io.seqera.wave.cli.java-common-conventions.gradle +++ b/buildSrc/src/main/groovy/io.seqera.wave.cli.java-common-conventions.gradle @@ -38,7 +38,7 @@ dependencies { implementation "org.slf4j:slf4j-api:2.0.16" implementation "org.slf4j:jcl-over-slf4j:2.0.16" implementation "org.slf4j:jul-to-slf4j:2.0.16" - implementation "org.slf4j:log4j-over-slf4j:2.0.16" + implementation "org.slf4j:log4j-over-slf4j:2.25.3" implementation "ch.qos.logback:logback-classic:1.5.20" implementation "ch.qos.logback:logback-core:1.5.20" From 170a6b3bb708c898be0dd7b3c0d7be4250541c55 Mon Sep 17 00:00:00 2001 From: munishchouhan Date: Wed, 11 Mar 2026 14:14:41 +0100 Subject: [PATCH 2/3] upgraded sl4j to 2.0.17 Signed-off-by: munishchouhan --- .../io.seqera.wave.cli.java-common-conventions.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildSrc/src/main/groovy/io.seqera.wave.cli.java-common-conventions.gradle b/buildSrc/src/main/groovy/io.seqera.wave.cli.java-common-conventions.gradle index d606f38..0801418 100644 --- a/buildSrc/src/main/groovy/io.seqera.wave.cli.java-common-conventions.gradle +++ b/buildSrc/src/main/groovy/io.seqera.wave.cli.java-common-conventions.gradle @@ -35,10 +35,10 @@ dependencies { implementation 'org.apache.commons:commons-text:1.9' } - implementation "org.slf4j:slf4j-api:2.0.16" - implementation "org.slf4j:jcl-over-slf4j:2.0.16" - implementation "org.slf4j:jul-to-slf4j:2.0.16" - implementation "org.slf4j:log4j-over-slf4j:2.25.3" + implementation "org.slf4j:slf4j-api:2.0.17" + implementation "org.slf4j:jcl-over-slf4j:2.0.17" + implementation "org.slf4j:jul-to-slf4j:2.0.17" + implementation "org.slf4j:log4j-over-slf4j:2.0.17" implementation "ch.qos.logback:logback-classic:1.5.20" implementation "ch.qos.logback:logback-core:1.5.20" From a391dfb4b50bb353ae9515c71b3d586479b4b0b8 Mon Sep 17 00:00:00 2001 From: munishchouhan Date: Wed, 11 Mar 2026 14:16:40 +0100 Subject: [PATCH 3/3] upgraded com.github.johnrengelman.shadow to 8.1.1 Signed-off-by: munishchouhan --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a9c17f9..2b137b0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ plugins { id 'groovy' id 'io.seqera.wave.cli.java-application-conventions' id 'org.graalvm.buildtools.native' version '0.10.6' - id 'com.github.johnrengelman.shadow' version '7.1.2' + id 'com.github.johnrengelman.shadow' version '8.1.1' } java {