This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch 4.3
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.3 by this push:
new 95fe8565747 KAFKA-20369 Upgrade log4j2 to 2.25.4 (#21896)
95fe8565747 is described below
commit 95fe856574700f440453cfc7280e1df034f41735
Author: Murali Basani <[email protected]>
AuthorDate: Thu Apr 2 02:19:01 2026 +0200
KAFKA-20369 Upgrade log4j2 to 2.25.4 (#21896)
Upgrade log4j2 from 2.25.3 to 2.25.4 This change updates all four
artifacts (log4j-api, log4j-core, log4j-1.2-api, log4j-slf4j-impl)
Reviewers: Chia-Ping Tsai <[email protected]>
---
LICENSE-binary | 8 ++++----
gradle/dependencies.gradle | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index c1b6a6a9e6c..99998753395 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -237,10 +237,10 @@ License Version 2.0:
- jetty-util-12.0.34
- jose4j-0.9.6
- jspecify-1.0.0
-- log4j-api-2.25.3
-- log4j-core-2.25.3
-- log4j-slf4j-impl-2.25.3
-- log4j-1.2-api-2.25.3
+- log4j-api-2.25.4
+- log4j-core-2.25.4
+- log4j-slf4j-impl-2.25.4
+- log4j-1.2-api-2.25.4
- lz4-java-1.10.2
- maven-artifact-3.9.15
- metrics-core-2.2.0
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index e2d564c873e..58aef4e5759 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -109,7 +109,7 @@ versions += [
kafka_40: "4.0.1",
kafka_41: "4.1.2",
kafka_42: "4.2.0",
- log4j2: "2.25.3",
+ log4j2: "2.25.4",
// When updating lz4 make sure the compression levels in
org.apache.kafka.common.record.internal.CompressionType are still valid
//
https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/record/internal/CompressionType.java#L73-L74
//
https://github.com/yawkat/lz4-java/blob/main/src/java/net/jpountz/lz4/LZ4Constants.java#L23-L24