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/15 11:46:27 UTC

[struts] 02/02: WW-5158 Upgrades Log4j to version 2.16.0

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

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

commit 9ca84ca02f9049d1e1ab68a338a2886052ec57e9
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Wed Dec 15 12:46:20 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index eb40059..8918350 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <asm.version>9.2</asm.version>
         <jackson.version>2.10.5</jackson.version>
         <jackson-databind.version>2.10.5.1</jackson-databind.version>
-        <log4j2.version>2.15.0</log4j2.version>
+        <log4j2.version>2.16.0</log4j2.version>
         <ognl.version>3.2.20</ognl.version>
         <slf4j.version>1.7.30</slf4j.version>
         <spring.platformVersion>4.3.29.RELEASE</spring.platformVersion>