Repository: struts Updated Branches: refs/heads/master cb5e19723 -> f238cf4f1
Upgrades OGNL to the latest version Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/0bde2716 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/0bde2716 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/0bde2716 Branch: refs/heads/master Commit: 0bde27169a61b9d784ff9bc355d189ba2d3700ea Parents: cb5e197 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Wed May 4 09:06:36 2016 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Wed May 4 09:06:36 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/0bde2716/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8a24fd0..ffd84c1 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.2</ognl.version> + <ognl.version>3.1.4</ognl.version> <asm.version>3.3</asm.version> <asm5.version>5.0.2</asm5.version> <tiles.version>3.0.5</tiles.version>