You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2021/12/19 17:20:09 UTC

[hbase-operator-tools] branch master updated: HBASE-26608 [hbase-operator-tools] Upgrade log4j2 to 2.17.0 (#99)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9ed688e  HBASE-26608 [hbase-operator-tools] Upgrade log4j2 to 2.17.0 (#99)
9ed688e is described below

commit 9ed688ef9f3c6cec7b434569d24e06facf1edbfc
Author: Guangxu Cheng <gx...@apache.org>
AuthorDate: Mon Dec 20 01:20:04 2021 +0800

    HBASE-26608 [hbase-operator-tools] Upgrade log4j2 to 2.17.0 (#99)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
    Signed-off-by: Peter Somogyi <ps...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0970d85..aba42b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
     <maven.min.version>3.3.3</maven.min.version>
     <hbase.version>2.4.4</hbase.version>
     <hbase-thirdparty.version>2.2.1</hbase-thirdparty.version>
-    <log4j2.version>2.16.0</log4j2.version>
+    <log4j2.version>2.17.0</log4j2.version>
     <surefire.provider>surefire-junit47</surefire.provider>
     <test.output.tofile>true</test.output.tofile>
     <checkstyle.version>8.18</checkstyle.version>