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 ce2e3d3 RANGER-3547:Upgrade to use log4j 2.15.0+ version to ensure
that we are using supported version of log4j
ce2e3d3 is described below
commit ce2e3d3f223ab27cf2c2b6891d6f140853d48fa6
Author: Ramesh Mani <[email protected]>
AuthorDate: Sat Dec 11 18:07:56 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 6d3cafc..76cac7d 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.13.3</log4j.core.version>
+ <log4j.core.version>2.15.0</log4j.core.version>
<jsonsmart.version>2.3.1</jsonsmart.version>
<nimbus-jose-jwt.version>8.22.1</nimbus-jose-jwt.version>
</properties>