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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2265cb8  Upgrading Spring Security
2265cb8 is described below

commit 2265cb809ab379c1429b19574cb40f031c499129
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Sep 10 17:58:27 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 9ac858f..1784179 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
     <jackson.version>2.11.2</jackson.version>
 
     <spring.version>5.2.8.RELEASE</spring.version>
-    <spring-security.version>5.3.4.RELEASE</spring-security.version>
+    <spring-security.version>5.4.0</spring-security.version>
     <spring-boot.version>2.3.3.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.5.RELEASE</spring-cloud-gateway.version>
 

Reply via email to