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 2022/01/29 16:27:00 UTC

[struts] branch master updated: WW-5166 Upgrades OGNL to version 3.3.2

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 3a7aabd  WW-5166 Upgrades OGNL to version 3.3.2
3a7aabd is described below

commit 3a7aabdcbc177d12e17b8098f585dfc7aff32a0a
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sat Jan 29 17:26:55 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 52a8b26..14d6ce4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         <jackson.version>2.10.5</jackson.version>
         <jackson-databind.version>2.10.5.1</jackson-databind.version>
         <log4j2.version>2.17.1</log4j2.version>
-        <ognl.version>3.2.20</ognl.version>
+        <ognl.version>3.3.2</ognl.version>
         <slf4j.version>1.7.32</slf4j.version>
         <spring.platformVersion>4.3.30.RELEASE</spring.platformVersion>
         <tiles.version>3.0.8</tiles.version>