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/12 12:12:48 UTC

[struts] branch master updated: Bump to 2.15.0 to fix log4j issue

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


The following commit(s) were added to refs/heads/master by this push:
     new 4620ea4  Bump to 2.15.0 to fix log4j issue
     new 764d3c0  Merge pull request #511 from cldrn/patch-1
4620ea4 is described below

commit 4620ea4766adb560675855a1ab150ed31495815d
Author: Paulino Calderon <cl...@users.noreply.github.com>
AuthorDate: Fri Dec 10 01:40:25 2021 -0500

    Bump to 2.15.0 to fix log4j issue
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f5d8f10..eb40059 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.13.3</log4j2.version>
+        <log4j2.version>2.15.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>