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

commit 91f6c483ab4ec41f4e504ceb1f67ac7f17457419
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Aug 6 07:23:40 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index d398c0e..3485309 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ under the License.
     <jackson.version>2.10.0.pr1</jackson.version>
 
     <spring.version>5.1.9.RELEASE</spring.version>
-    <spring-security.version>5.1.5.RELEASE</spring-security.version>
+    <spring-security.version>5.1.6.RELEASE</spring-security.version>
     <spring-boot.version>2.1.6.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.1.2.RELEASE</spring-cloud-gateway.version>
 

Reply via email to