This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new dfb06f183c3 [fix][sec] Upgrade log4j to 2.25.4 to address 
CVE-2026-34477, CVE-2026-34478, CVE-2026-34480, CVE-2026-34481 (#25521)
dfb06f183c3 is described below

commit dfb06f183c312b849fce42d729c6b36181239490
Author: Matteo Merli <[email protected]>
AuthorDate: Wed Apr 15 09:11:38 2026 -0700

    [fix][sec] Upgrade log4j to 2.25.4 to address CVE-2026-34477, 
CVE-2026-34478, CVE-2026-34480, CVE-2026-34481 (#25521)
    
    Co-authored-by: Lari Hotari <[email protected]>
---
 distribution/server/src/assemble/LICENSE.bin.txt | 10 +++++-----
 distribution/shell/src/assemble/LICENSE.bin.txt  | 10 +++++-----
 gradle/libs.versions.toml                        |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 88d5c0eab3a..b4b7b370328 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -347,11 +347,11 @@ The Apache Software License, Version 2.0
     - jakarta.validation-jakarta.validation-api-2.0.2.jar
     - javax.validation-validation-api-1.1.0.Final.jar
  * Log4J
-    - org.apache.logging.log4j-log4j-api-2.25.3.jar
-    - org.apache.logging.log4j-log4j-core-2.25.3.jar
-    - org.apache.logging.log4j-log4j-slf4j2-impl-2.25.3.jar
-    - org.apache.logging.log4j-log4j-web-2.25.3.jar
-    - org.apache.logging.log4j-log4j-layout-template-json-2.25.3.jar
+    - org.apache.logging.log4j-log4j-api-2.25.4.jar
+    - org.apache.logging.log4j-log4j-core-2.25.4.jar
+    - org.apache.logging.log4j-log4j-slf4j2-impl-2.25.4.jar
+    - org.apache.logging.log4j-log4j-web-2.25.4.jar
+    - org.apache.logging.log4j-log4j-layout-template-json-2.25.4.jar
  * Java Native Access JNA
     - net.java.dev.jna-jna-jpms-5.18.1.jar
     - net.java.dev.jna-jna-platform-jpms-5.18.1.jar
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt 
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 465f3e459ef..c03d09f6575 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -381,11 +381,11 @@ The Apache Software License, Version 2.0
     - simpleclient_tracer_otel-0.16.0.jar
     - simpleclient_tracer_otel_agent-0.16.0.jar
  * Log4J
-    - log4j-api-2.25.3.jar
-    - log4j-core-2.25.3.jar
-    - log4j-layout-template-json-2.25.3.jar
-    - log4j-slf4j2-impl-2.25.3.jar
-    - log4j-web-2.25.3.jar
+    - log4j-api-2.25.4.jar
+    - log4j-core-2.25.4.jar
+    - log4j-layout-template-json-2.25.4.jar
+    - log4j-slf4j2-impl-2.25.4.jar
+    - log4j-web-2.25.4.jar
  * OpenTelemetry
     - opentelemetry-api-1.56.0.jar
     - opentelemetry-api-incubator-1.56.0-alpha.jar
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index e44d23204a2..848a8c4b104 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -35,7 +35,7 @@ protobuf = "3.25.5"
 grpc = "1.75.0"
 slf4j = "2.0.17"
 slog = "0.9.7"
-log4j2 = "2.25.3"
+log4j2 = "2.25.4"
 lombok = "1.18.42"
 # OpenTelemetry
 opentelemetry = "1.56.0"

Reply via email to