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 2019/11/05 07:05:21 UTC

[syncope] branch master updated: Upgrading spring-security

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 8a64410  Upgrading spring-security
8a64410 is described below

commit 8a64410d07a1515913673a254234fc722c017b72
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Nov 5 08:01:03 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 06d92f2..54afd97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@ under the License.
     <jackson.version>2.10.0</jackson.version>
 
     <spring.version>5.2.1.RELEASE</spring.version>
-    <spring-security.version>5.2.0.RELEASE</spring-security.version>
+    <spring-security.version>5.2.1.RELEASE</spring-security.version>
     <spring-boot.version>2.2.0.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.0.RC1</spring-cloud-gateway.version>