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/19 08:32:30 UTC

[hbase] branch master updated: HBASE-26606 Upgrade log4j2 to 2.17.0 (#3965)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 314e924  HBASE-26606 Upgrade log4j2 to 2.17.0 (#3965)
314e924 is described below

commit 314e924e960d0d5c0c5e8ec436c75aaa6190b4c1
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sun Dec 19 16:31:57 2021 +0800

    HBASE-26606 Upgrade log4j2 to 2.17.0 (#3965)
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ebb0f42..4972859 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1751,7 +1751,7 @@
     <hamcrest.version>1.3</hamcrest.version>
     <opentelemetry.version>1.0.1</opentelemetry.version>
     <opentelemetry-javaagent.version>1.0.1</opentelemetry-javaagent.version>
-    <log4j2.version>2.16.0</log4j2.version>
+    <log4j2.version>2.17.0</log4j2.version>
     <mockito-core.version>2.28.2</mockito-core.version>
     <protobuf.plugin.version>0.6.1</protobuf.plugin.version>
     <thrift.path>thrift</thrift.path>