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
The following commit(s) were added to refs/heads/master by this push:
new 2ab2b9b WW-4965 Upgrades OGNL to version 3.2.7
2ab2b9b is described below
commit 2ab2b9b240083b2e1b5a85167198a178049d0f46
Author: Lukasz Lenart <[email protected]>
AuthorDate: Mon Oct 8 08:55:46 2018 +0200
WW-4965 Upgrades OGNL to version 3.2.7
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fec8e95..c3e5668 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.6</ognl.version>
+ <ognl.version>3.2.7</ognl.version>
<asm.version>5.2</asm.version>
<tiles.version>3.0.8</tiles.version>
<tiles-request.version>1.0.7</tiles-request.version>