You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/11/20 07:03:31 UTC

[struts] branch master updated: WW-5097 Upgrades OGNL to version 3.2.16

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 a4793d2  WW-5097 Upgrades OGNL to version 3.2.16
a4793d2 is described below

commit a4793d27cf19546516167b1749e8d124c731e93a
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Nov 20 08:03:24 2020 +0100

    WW-5097 Upgrades OGNL to version 3.2.16
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ff440f6..2d0ae8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <asm.version>9.0</asm.version>
         <jackson.version>2.10.3</jackson.version>
         <log4j2.version>2.13.3</log4j2.version>
-        <ognl.version>3.2.14</ognl.version>
+        <ognl.version>3.2.16</ognl.version>
         <slf4j.version>1.7.30</slf4j.version>
         <spring.platformVersion>4.3.29.RELEASE</spring.platformVersion>
         <tiles.version>3.0.8</tiles.version>