You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by rm...@apache.org on 2021/12/15 18:06:02 UTC

[ranger] branch ranger-2.3 updated: RANGER-3547:Upgrade to use log4j 2.16.0+ version to ensure that we are using supported version of log4j

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

rmani pushed a commit to branch ranger-2.3
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.3 by this push:
     new ac27d80  RANGER-3547:Upgrade to use log4j 2.16.0+ version to ensure that we are using supported version of log4j
ac27d80 is described below

commit ac27d800e1494ee045cc374252799d50fdfbc060
Author: Ramesh Mani <rm...@apache.org>
AuthorDate: Wed Dec 15 10:05:09 2021 -0800

    RANGER-3547:Upgrade to use log4j 2.16.0+ version to ensure that we are using supported version of log4j
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1ed874d..f400a9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,7 @@
         <lucene.version>8.4.0</lucene.version>
         <hppc.version>0.8.0</hppc.version>
         <joda.time.version>2.10.6</joda.time.version>
-        <log4j.core.version>2.15.0</log4j.core.version>
+        <log4j.core.version>2.16.0</log4j.core.version>
     </properties>
     <profiles>
         <profile>