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/04/06 05:23:37 UTC

[struts] branch struts-2-5-x updated: WW-5118 Upgrades OGNL to ver 3.1.29 to fix Long conversion

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


The following commit(s) were added to refs/heads/struts-2-5-x by this push:
     new 8a26c0d  WW-5118 Upgrades OGNL to ver 3.1.29 to fix Long conversion
8a26c0d is described below

commit 8a26c0d753c3a94d9e5e774c5109f59a5e3d79d6
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Apr 6 07:20:24 2021 +0200

    WW-5118 Upgrades OGNL to ver 3.1.29 to fix Long conversion
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 04817e3..2d9b8cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
         <project.build.outputTimestamp>2020-11-25T16:32:09Z</project.build.outputTimestamp>
 
         <!-- Dependencies -->
-        <ognl.version>3.1.28</ognl.version>
+        <ognl.version>3.1.29</ognl.version>
         <spring.platformVersion>4.3.26.RELEASE</spring.platformVersion>
         <asm.version>7.3.1</asm.version>
         <tiles.version>3.0.8</tiles.version>