You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/12/11 13:07:12 UTC

[hbase-operator-tools] 01/02: Revert "HBASE-26557 log4j2 has a critical RCE vulnerability (#95)"

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

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git

commit 0ca1fa61abc56671ce34c66b63e3936234b9670a
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sat Dec 11 21:05:02 2021 +0800

    Revert "HBASE-26557 log4j2 has a critical RCE vulnerability (#95)"
    
    This reverts commit 5321d0a5df4aaa3abadd7c3de0d741c7bb5d37e2.
---
 hbase-hbck2/pom.xml | 2 +-
 hbase-tools/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hbase-hbck2/pom.xml b/hbase-hbck2/pom.xml
index e3fae81..82b0cd0 100644
--- a/hbase-hbck2/pom.xml
+++ b/hbase-hbck2/pom.xml
@@ -32,7 +32,7 @@
   <description>HBCK for HBase 2+</description>
   <properties>
     <hbase-thirdparty.version>2.2.1</hbase-thirdparty.version>
-    <log4j2.version>2.15.0</log4j2.version>
+    <log4j2.version>2.11.1</log4j2.version>
   </properties>
 
   <build>
diff --git a/hbase-tools/pom.xml b/hbase-tools/pom.xml
index 8f03864..0b41e02 100644
--- a/hbase-tools/pom.xml
+++ b/hbase-tools/pom.xml
@@ -35,7 +35,7 @@
     <description>Utility Maintenance tools for HBase 2+</description>
     <properties>
         <hbase-thirdparty.version>2.2.1</hbase-thirdparty.version>
-        <log4j2.version>2.15.0</log4j2.version>
+        <log4j2.version>2.11.1</log4j2.version>
     </properties>
 
     <dependencies>