This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
commit 6f4d6feee8411134ce42d66efac239f7a0e0c7c6 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Aug 24 10:34:19 2018 +0200 WW-4955 Upgrades OGNL to version 3.2.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 70077a1..0b6e79d 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <spring.platformVersion>4.3.13.RELEASE</spring.platformVersion> - <ognl.version>3.2.5</ognl.version> + <ognl.version>3.2.6</ognl.version> <asm.version>5.2</asm.version> <tiles.version>3.0.8</tiles.version> <tiles-request.version>1.0.7</tiles-request.version>