From 24370d4933aadd7126d5c1f5a6b465884e169324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:20:24 +0000 Subject: [PATCH 1/3] Bump org.apache.logging.log4j:log4j-core in /modules/distribution Bumps org.apache.logging.log4j:log4j-core from 2.18.0 to 2.25.3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/distribution/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 21731b1d..e54dff87 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -171,7 +171,7 @@ org.apache.logging.log4j log4j-core - 2.18.0 + 2.25.3 org.apache.logging.log4j diff --git a/pom.xml b/pom.xml index d4ff2283..11820ab1 100644 --- a/pom.xml +++ b/pom.xml @@ -702,7 +702,7 @@ org.apache.logging.log4j log4j-core - 2.24.1 + 2.25.3 org.apache.logging.log4j From 47c186f5a66da338ed6c7f4a9242ffdcca70aa30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:50:12 +0000 Subject: [PATCH 2/3] Bump org.apache.logging.log4j:log4j-core from 2.18.0 to 2.25.3 Bumps org.apache.logging.log4j:log4j-core from 2.18.0 to 2.25.3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/distribution/pom.xml | 2 +- modules/rampart-integration/pom.xml | 2 +- modules/rampart-samples/pom.xml | 2 +- modules/rampart-tests/pom.xml | 2 +- modules/rampart-trust/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 21731b1d..e54dff87 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -171,7 +171,7 @@ org.apache.logging.log4j log4j-core - 2.18.0 + 2.25.3 org.apache.logging.log4j diff --git a/modules/rampart-integration/pom.xml b/modules/rampart-integration/pom.xml index ed8fd165..f5092df8 100644 --- a/modules/rampart-integration/pom.xml +++ b/modules/rampart-integration/pom.xml @@ -590,7 +590,7 @@ org.apache.logging.log4j log4j-core - 2.24.1 + 2.25.3 org.apache.logging.log4j diff --git a/modules/rampart-samples/pom.xml b/modules/rampart-samples/pom.xml index a957835e..b7aae90d 100644 --- a/modules/rampart-samples/pom.xml +++ b/modules/rampart-samples/pom.xml @@ -120,7 +120,7 @@ org.apache.logging.log4j log4j-core - 2.24.1 + 2.25.3 test diff --git a/modules/rampart-tests/pom.xml b/modules/rampart-tests/pom.xml index 1dc10c3d..9fe67b7f 100644 --- a/modules/rampart-tests/pom.xml +++ b/modules/rampart-tests/pom.xml @@ -117,7 +117,7 @@ org.apache.logging.log4j log4j-core - 2.24.1 + 2.25.3 test diff --git a/modules/rampart-trust/pom.xml b/modules/rampart-trust/pom.xml index 7228cd52..c209ffda 100644 --- a/modules/rampart-trust/pom.xml +++ b/modules/rampart-trust/pom.xml @@ -110,7 +110,7 @@ org.apache.logging.log4j log4j-core - 2.24.1 + 2.25.3 test diff --git a/pom.xml b/pom.xml index d4ff2283..11820ab1 100644 --- a/pom.xml +++ b/pom.xml @@ -702,7 +702,7 @@ org.apache.logging.log4j log4j-core - 2.24.1 + 2.25.3 org.apache.logging.log4j From 8f5b1967ee568705c32ef8f1a536a7fedd4270ae Mon Sep 17 00:00:00 2001 From: Christian Ortlepp Date: Tue, 7 Apr 2026 16:23:55 +0200 Subject: [PATCH 3/3] chore: unify log4j deps and update them --- modules/distribution/pom.xml | 6 +----- modules/rampart-integration/pom.xml | 8 ++------ modules/rampart-samples/pom.xml | 8 ++------ modules/rampart-tests/pom.xml | 8 ++------ modules/rampart-trust/pom.xml | 8 ++------ pom.xml | 22 +++++----------------- 6 files changed, 14 insertions(+), 46 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index e54dff87..c5a4c687 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -139,7 +139,7 @@ org.apache.logging.log4j log4j-bom - 2.24.1 + ${log4j.version} pom import @@ -147,7 +147,6 @@ org.apache.logging.log4j log4j-jcl - 2.18.0 commons-logging @@ -159,7 +158,6 @@ org.apache.logging.log4j log4j-slf4j-impl - 2.18.0 org.slf4j @@ -171,12 +169,10 @@ org.apache.logging.log4j log4j-core - 2.25.3 org.apache.logging.log4j log4j-api - 2.18.0 diff --git a/modules/rampart-integration/pom.xml b/modules/rampart-integration/pom.xml index f5092df8..15ca123d 100644 --- a/modules/rampart-integration/pom.xml +++ b/modules/rampart-integration/pom.xml @@ -582,25 +582,21 @@ junit junit - + org.apache.logging.log4j log4j-jul - 2.24.1 org.apache.logging.log4j log4j-core - 2.25.3 org.apache.logging.log4j log4j-api - 2.24.1 - + org.apache.logging.log4j log4j-jcl - 2.24.1 org.apache.axis2 diff --git a/modules/rampart-samples/pom.xml b/modules/rampart-samples/pom.xml index b7aae90d..8f43b60a 100644 --- a/modules/rampart-samples/pom.xml +++ b/modules/rampart-samples/pom.xml @@ -111,28 +111,24 @@ 1.10.15 test - + org.apache.logging.log4j log4j-jul - 2.24.1 test org.apache.logging.log4j log4j-core - 2.25.3 test org.apache.logging.log4j log4j-api - 2.24.1 test - + org.apache.logging.log4j log4j-jcl - 2.24.1 test diff --git a/modules/rampart-tests/pom.xml b/modules/rampart-tests/pom.xml index 9fe67b7f..5e6f22ef 100644 --- a/modules/rampart-tests/pom.xml +++ b/modules/rampart-tests/pom.xml @@ -108,28 +108,24 @@ ${project.version} test - + org.apache.logging.log4j log4j-jul - 2.24.1 test org.apache.logging.log4j log4j-core - 2.25.3 test org.apache.logging.log4j log4j-api - 2.24.1 test - + org.apache.logging.log4j log4j-jcl - 2.24.1 test diff --git a/modules/rampart-trust/pom.xml b/modules/rampart-trust/pom.xml index c209ffda..64f5c162 100644 --- a/modules/rampart-trust/pom.xml +++ b/modules/rampart-trust/pom.xml @@ -101,28 +101,24 @@ junit test - + org.apache.logging.log4j log4j-jul - 2.24.1 test org.apache.logging.log4j log4j-core - 2.25.3 test org.apache.logging.log4j log4j-api - 2.24.1 test - + org.apache.logging.log4j log4j-jcl - 2.24.1 test diff --git a/pom.xml b/pom.xml index 156f611d..22b6b9ff 100644 --- a/pom.xml +++ b/pom.xml @@ -696,23 +696,10 @@ org.apache.logging.log4j - log4j-jul - 2.24.1 - - - org.apache.logging.log4j - log4j-core - 2.25.3 - - - org.apache.logging.log4j - log4j-api - 2.24.1 - - - org.apache.logging.log4j - log4j-jcl - 2.24.1 + log4j-bom + ${log4j.version} + pom + import org.slf4j @@ -857,6 +844,7 @@ 0.8.12 2.0.16 + 2.25.4 11