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/07/11 08:29:07 UTC

[struts] branch WW-5204-ognl-3-3-3 created (now 82f790420)

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch WW-5204-ognl-3-3-3
in repository https://gitbox.apache.org/repos/asf/struts.git


      at 82f790420 WW-5204 Upgrades OGNL to version 3.3.3

This branch includes the following new commits:

     new 82f790420 WW-5204 Upgrades OGNL to version 3.3.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[struts] 01/01: WW-5204 Upgrades OGNL to version 3.3.3

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch WW-5204-ognl-3-3-3
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 82f7904206e4f7c3b94edf47fb8ed842941e2237
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Jul 11 10:28:58 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 0419d114e..9e2148731 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
         <jackson.version>2.13.2</jackson.version>
         <jackson-databind.version>2.13.2.1</jackson-databind.version>
         <log4j2.version>2.18.0</log4j2.version>
-        <ognl.version>3.3.2</ognl.version>
+        <ognl.version>3.3.3</ognl.version>
         <slf4j.version>1.7.32</slf4j.version>
         <spring.platformVersion>5.3.20</spring.platformVersion>
         <tiles.version>3.0.8</tiles.version>