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 2016/06/29 18:42:06 UTC

[2/2] struts git commit: Uses the latest OGNL version

Uses the latest OGNL version


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/d0668912
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/d0668912
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/d0668912

Branch: refs/heads/master
Commit: d06689120df2994401535e092b6ba0e651717f22
Parents: fb92c67
Author: Lukasz Lenart <lu...@apache.org>
Authored: Wed Jun 29 20:41:57 2016 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Wed Jun 29 20:41:57 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/d0668912/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9f4965e..e29b173 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
     <properties>
         <currentVersion>${project.version}</currentVersion>
         <struts2.springPlatformVersion>4.1.6.RELEASE</struts2.springPlatformVersion>
-        <ognl.version>3.1.8</ognl.version>
+        <ognl.version>3.1.10</ognl.version>
         <asm.version>3.3</asm.version>
         <asm5.version>5.0.2</asm5.version>
         <tiles.version>3.0.5</tiles.version>