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 2021/08/18 13:12:08 UTC

[syncope] branch 2_1_X updated: Upgrading 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 05c77be  Upgrading Spring Security
05c77be is described below

commit 05c77bef6e1074b01f6fbf1c8c91e2f961c7e341
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Aug 18 15:11:57 2021 +0200

    Upgrading Spring Security
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1536a1d..e01032d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
     <jackson.version>2.11.4</jackson.version>
 
     <spring.version>5.2.16.RELEASE</spring.version>
-    <spring-security.version>5.2.11.RELEASE</spring-security.version>
+    <spring-security.version>5.2.12.RELEASE</spring-security.version>
 
     <openjpa.version>3.2.0</openjpa.version>
     <hikaricp.version>4.0.3</hikaricp.version>