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/08/29 06:03:27 UTC

[struts] branch upgrade-spring created (now b5e802174)

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

lukaszlenart pushed a change to branch upgrade-spring
in repository https://gitbox.apache.org/repos/asf/struts.git


      at b5e802174 WW-5212 Upgrades to Spring 5.3.22

This branch includes the following new commits:

     new b5e802174 WW-5212 Upgrades to Spring 5.3.22

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-5212 Upgrades to Spring 5.3.22

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

lukaszlenart pushed a commit to branch upgrade-spring
in repository https://gitbox.apache.org/repos/asf/struts.git

commit b5e802174aaf9b441ed374c2afcc85285f9d0943
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Aug 29 08:03:02 2022 +0200

    WW-5212 Upgrades to Spring 5.3.22
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1caec3f64..993c3cfdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
         <log4j2.version>2.18.0</log4j2.version>
         <ognl.version>3.3.3</ognl.version>
         <slf4j.version>1.7.32</slf4j.version>
-        <spring.platformVersion>5.3.20</spring.platformVersion>
+        <spring.platformVersion>5.3.22</spring.platformVersion>
         <tiles.version>3.0.8</tiles.version>
         <tiles-request.version>1.0.7</tiles-request.version>
         <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>