Repository: struts Updated Branches: refs/heads/support-2-3 00c47b7ce -> e40dcaa3f
Upgrades OGNL to latest version Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/bf0a01d3 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/bf0a01d3 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/bf0a01d3 Branch: refs/heads/support-2-3 Commit: bf0a01d390ad97405b6a8fb7c5ed2c21dab7a70f Parents: 00c47b7 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Sun Jun 26 22:02:32 2016 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Sun Jun 26 22:02:32 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/bf0a01d3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index edc8008..1fec399 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.17</ognl.version> + <ognl.version>3.0.18</ognl.version> <asm.version>3.3</asm.version> <asm5.version>5.0.2</asm5.version> <tiles.version>2.2.2</tiles.version>