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 2020/10/08 07:09:49 UTC

[syncope] 03/04: 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

commit 9a047f0d2e528eda67d72ca3ac25440b3eac7fda
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Oct 8 08:59:23 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index e88ec87..3e50e6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
     <jackson.version>2.10.5</jackson.version>
 
     <spring.version>5.1.18.RELEASE</spring.version>
-    <spring-security.version>5.1.12.RELEASE</spring-security.version>
+    <spring-security.version>5.1.13.RELEASE</spring-security.version>
 
     <openjpa.version>3.1.2</openjpa.version>
     <hikaricp.version>3.4.5</hikaricp.version>