This is an automated email from the ASF dual-hosted git repository. dhavalshah9131 pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git
commit 18dca4e396d710a7b8cf4c657cdffa50ef513395 Author: Mahesh Bandal <[email protected]> AuthorDate: Tue Mar 9 13:24:20 2021 +0530 RANGER-3204: Upgrade log4j-core to 2.13.3 Signed-off-by: Mehul Parikh <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc858d7..613b8dc 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,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.11.1</log4j.core.version> + <log4j.core.version>2.13.3</log4j.core.version> </properties> <profiles> <profile>
