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

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


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new c00699a  Bump log4j to 2.16.0 (#13277)
c00699a is described below

commit c00699a76fc345f0bb378271f1ce7aeca19cf600
Author: Michael Marshall <[email protected]>
AuthorDate: Tue Dec 14 00:53:52 2021 -0600

    Bump log4j to 2.16.0 (#13277)
    
    Apache Log4j 2.16.0 was just released. It is a more complete fix for 
Log4Shell. See the Apache Log4j mailing list for details: 
https://lists.apache.org/thread/d6v4r6nosxysyq9rvnr779336yf0woz4
---
 buildtools/pom.xml                               |  6 +++---
 distribution/server/src/assemble/LICENSE.bin.txt | 10 +++++-----
 pom.xml                                          |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 0161835..0ea8238 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -43,17 +43,17 @@
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
-      <version>2.15.0</version>
+      <version>2.16.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
-      <version>2.15.0</version>
+      <version>2.16.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-slf4j-impl</artifactId>
-      <version>2.15.0</version>
+      <version>2.16.0</version>
     </dependency>
     <!-- for testing FastThreadLocalStateCleaner -->
     <dependency>
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 663893c..1ff1d7d 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -388,11 +388,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.15.0.jar
-    - org.apache.logging.log4j-log4j-core-2.15.0.jar
-    - org.apache.logging.log4j-log4j-slf4j-impl-2.15.0.jar
-    - org.apache.logging.log4j-log4j-web-2.15.0.jar
-    - org.apache.logging.log4j-log4j-1.2-api-2.15.0.jar
+    - org.apache.logging.log4j-log4j-api-2.16.0.jar
+    - org.apache.logging.log4j-log4j-core-2.16.0.jar
+    - org.apache.logging.log4j-log4j-slf4j-impl-2.16.0.jar
+    - org.apache.logging.log4j-log4j-web-2.16.0.jar
+    - org.apache.logging.log4j-log4j-1.2-api-2.16.0.jar
  * Java Native Access JNA -- net.java.dev.jna-jna-4.2.0.jar
  * BookKeeper
     - org.apache.bookkeeper-bookkeeper-common-4.12.0.jar
diff --git a/pom.xml b/pom.xml
index 4829f37..42b85b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <rocksdb.version>6.10.2</rocksdb.version>
     <slf4j.version>1.7.25</slf4j.version>
     <commons.collections.version>3.2.2</commons.collections.version>
-    <log4j2.version>2.15.0</log4j2.version>
+    <log4j2.version>2.16.0</log4j2.version>
     <bouncycastle.version>1.68</bouncycastle.version>
     <bouncycastlefips.version>1.0.2</bouncycastlefips.version>
     <jackson.version>2.11.1</jackson.version>

Reply via email to