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 cdf05f7  Upgrading Spring Security
cdf05f7 is described below

commit cdf05f7abd83d6f36c1eb2d75f77b194fc84ddb9
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Thu Jun 4 14:53:54 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 370f222..409ca16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
     <jackson.version>2.11.0</jackson.version>
 
     <spring.version>5.2.6.RELEASE</spring.version>
-    <spring-security.version>5.3.2.RELEASE</spring-security.version>
+    <spring-security.version>5.3.3.RELEASE</spring-security.version>
     <spring-boot.version>2.3.0.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.3.RELEASE</spring-cloud-gateway.version>
 

Reply via email to