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 2018/04/15 19:10:52 UTC

[struts] 05/08: Upgrades to latest OGNL, Log4j2 and ASM

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

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

commit 492aadaa76b8acdcad64df8c83957542de083f0d
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Apr 1 13:27:40 2018 +0200

    Upgrades to latest OGNL, Log4j2 and ASM
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 837e712..b385b74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,10 +77,10 @@
 
     <properties>
         <struts2.springPlatformVersion>3.0.5.RELEASE</struts2.springPlatformVersion>
-        <ognl.version>3.0.21</ognl.version>
-        <asm.version>5.0.2</asm.version>
+        <ognl.version>3.1.17</ognl.version>
+        <asm.version>5.2</asm.version>
         <tiles.version>2.2.2</tiles.version>
-        <log4j2.version>2.3</log4j2.version>
+        <log4j2.version>2.11.0</log4j2.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>

-- 
To stop receiving notification emails like this one, please contact
lukaszlenart@apache.org.