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/04/19 14:44:34 UTC

[2/7] struts git commit: Upgrades OGNL

Upgrades OGNL


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

Branch: refs/heads/struts-2-3-28-1
Commit: 9a41e16a9bbe83ca087f26769067e182d74beefc
Parents: 998ddc4
Author: Lukasz Lenart <lu...@apache.org>
Authored: Tue Apr 19 14:21:53 2016 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Tue Apr 19 14:21:53 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/struts/blob/9a41e16a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b8cce2d..7787cc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
     <properties>
         <currentVersion>${project.version}</currentVersion>
         <struts2.springPlatformVersion>3.0.5.RELEASE</struts2.springPlatformVersion>
-        <ognl.version>3.0.13</ognl.version>
+        <ognl.version>3.0.14</ognl.version>
         <asm.version>3.3</asm.version>
         <asm5.version>5.0.2</asm5.version>
         <tiles.version>2.2.2</tiles.version>