You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/04/14 06:40:24 UTC

[syncope] branch 2_1_X updated: Upgrading Spring and Spring Security

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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 46e1482fc4 Upgrading Spring and Spring Security
46e1482fc4 is described below

commit 46e1482fc4ceb21bcda325b9faf6c44087032906
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Apr 14 08:40:09 2022 +0200

    Upgrading Spring and Spring Security
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d3b31cee44..eb6c364023 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,8 +409,8 @@ under the License.
 
     <jackson.version>2.12.6</jackson.version>
 
-    <spring.version>5.2.20.RELEASE</spring.version>
-    <spring-security.version>5.2.13.RELEASE</spring-security.version>
+    <spring.version>5.2.21.RELEASE</spring.version>
+    <spring-security.version>5.3.13.RELEASE</spring-security.version>
 
     <openjpa.version>3.2.2</openjpa.version>
     <hikaricp.version>4.0.3</hikaricp.version>