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 2022/07/07 12:12:19 UTC

[struts] branch upgrade-log4j created (now 039fd9f4e)

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

lukaszlenart pushed a change to branch upgrade-log4j
in repository https://gitbox.apache.org/repos/asf/struts.git


      at 039fd9f4e WW-5201 Upgrades log4j2 to version 2.18.0

This branch includes the following new commits:

     new 039fd9f4e WW-5201 Upgrades log4j2 to version 2.18.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[struts] 01/01: WW-5201 Upgrades log4j2 to version 2.18.0

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 039fd9f4ee66c68976d46e0567c1d8b3d3f7f8a1
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Jul 7 14:12:12 2022 +0200

    WW-5201 Upgrades log4j2 to version 2.18.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4dfd24a86..d92d97d78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         <asm.version>9.2</asm.version>
         <jackson.version>2.13.2</jackson.version>
         <jackson-databind.version>2.13.2.1</jackson-databind.version>
-        <log4j2.version>2.17.2</log4j2.version>
+        <log4j2.version>2.18.0</log4j2.version>
         <ognl.version>3.3.2</ognl.version>
         <slf4j.version>1.7.32</slf4j.version>
         <spring.platformVersion>5.3.20</spring.platformVersion>