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/13 15:28:30 UTC

[ranger] branch ranger-2.3 updated: RANGER-3547:Upgrade to use log4j 2.15.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 76bd108  RANGER-3547:Upgrade to use log4j 2.15.0+ version to ensure that we are using supported version of log4j
76bd108 is described below

commit 76bd108a7a8815b14f87eb038aeceb4b99f03329
Author: Ramesh Mani <rm...@apache.org>
AuthorDate: Mon Dec 13 07:28:14 2021 -0800

    RANGER-3547:Upgrade to use log4j 2.15.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 c7fccdc..1ed874d 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.13.3</log4j.core.version>
+        <log4j.core.version>2.15.0</log4j.core.version>
     </properties>
     <profiles>
         <profile>