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:02:50 UTC

[ranger] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/ranger.git


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

commit ec463f00b5573cd37cd7192d65c552f63bf68917
Author: Ramesh Mani <rm...@apache.org>
AuthorDate: Wed Dec 15 08:21:43 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 a5021bc..9953d97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,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>
         <jsonsmart.version>2.3.1</jsonsmart.version>
         <nimbus-jose-jwt.version>8.22.1</nimbus-jose-jwt.version>
     </properties>