This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 6bef6b9fc Upgrade org.apache.logging.log4j:log4j-core to 2.25.3
6bef6b9fc is described below
commit 6bef6b9fc4cb0418f95e01d9d76300d8cbae2af6
Author: Nishitha-Bhaskaran <[email protected]>
AuthorDate: Fri Jan 2 13:32:53 2026 +0530
Upgrade org.apache.logging.log4j:log4j-core to 2.25.3
---
helix-core/pom.xml | 2 +-
helix-view-aggregator/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 63f1127f6..4307f88eb 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -81,7 +81,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.17.1</version>
+ <version>2.25.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/helix-view-aggregator/pom.xml b/helix-view-aggregator/pom.xml
index 5f90da2d7..fbabb77fe 100644
--- a/helix-view-aggregator/pom.xml
+++ b/helix-view-aggregator/pom.xml
@@ -70,7 +70,7 @@ under the License.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.17.1</version>
+ <version>2.25.3</version>
</dependency>
<dependency>
<groupId>org.apache.helix</groupId>
diff --git a/pom.xml b/pom.xml
index c31af010c..c0362145b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -492,7 +492,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.17.1</version>
+ <version>2.25.3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>