You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2021/12/30 06:34:50 UTC

[struts] 01/02: Upgrades Log4j to version 2.12.4

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

lukaszlenart pushed a commit to branch struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 45ccf7d83b5bde460cdbdc15865a8bbff49ba4e2
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Dec 30 07:29:43 2021 +0100

    Upgrades Log4j to version 2.12.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58d0578..831b546 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
         <asm.version>7.3.1</asm.version>
         <tiles.version>3.0.8</tiles.version>
         <tiles-request.version>1.0.7</tiles-request.version>
-        <log4j2.version>2.12.3</log4j2.version>
+        <log4j2.version>2.12.4</log4j2.version>
         <jackson.version>2.10.3</jackson.version>
 
         <!-- Site generation -->