You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by pr...@apache.org on 2022/01/26 05:34:01 UTC

[ranger] 01/02: RANGER-3579: Upgrade Log4j2 to 2.17.1

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

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

commit 28032bf3b29ca48187352a1ae774a51d8505ce7d
Author: pradeep <pr...@apache.org>
AuthorDate: Wed Jan 26 10:47:07 2022 +0530

    RANGER-3579: Upgrade Log4j2 to 2.17.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 747e512..4aee8e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
         <local.lib.dir>${project.basedir}/../lib/local</local.lib.dir>
         <logback.version>1.2.10</logback.version>
         <log4j.version>1.2.17</log4j.version>
-        <log4j2.version>2.17.0</log4j2.version>
+        <log4j2.version>2.17.1</log4j2.version>
         <maven.exec.plugin.version>1.6.0</maven.exec.plugin.version>
         <maven.pmd.plugin.version>3.7</maven.pmd.plugin.version>
         <metrics.core.version>3.0.2</metrics.core.version>