You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2023/10/20 21:26:17 UTC

[logging-log4j-audit] 02/02: upgraded to latest log4j

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

grobmeier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git

commit 128fc5ed6ff2eb7e72322cd652c6dc7bb43b9aae
Author: Christian Grobmeier <cg...@grobmeier.de>
AuthorDate: Fri Oct 20 23:26:09 2023 +0200

    upgraded to latest log4j
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 40c8ab2..41c7e36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
     <json.version>20090211</json.version>
     <junit.version>4.12</junit.version>
     <jxr.plugin.version>2.5</jxr.plugin.version>
-    <log4j.version>2.10.0</log4j.version>
+    <log4j.version>2.21.0</log4j.version>
     <mockito.version>2.0.31-beta</mockito.version>
     <pdf.plugin.version>1.2</pdf.plugin.version>
     <pmd.plugin.version>3.8</pmd.plugin.version>