Repository: struts Updated Branches: refs/heads/master f8718f918 -> afb0c2a22
WW-4561 Upgrades OGNL to 3.1.1 Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/afb0c2a2 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/afb0c2a2 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/afb0c2a2 Branch: refs/heads/master Commit: afb0c2a228b2590a0c26fa529517c929163614b7 Parents: f8718f9 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Wed Nov 4 18:15:37 2015 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Wed Nov 4 18:15:37 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/afb0c2a2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8afd9ae..9750ef3 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.0.11</ognl.version> + <ognl.version>3.1.1</ognl.version> <asm.version>3.3</asm.version> <asm5.version>5.0.2</asm5.version> <tiles.version>2.0.6</tiles.version>