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/04/03 13:45:02 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 bdc33b6  Upgrading Spring Security
bdc33b6 is described below

commit bdc33b614568c407cee21d90880e04d6dea52d23
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Apr 3 15:44:22 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index ab120a1..af4d400 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ under the License.
     <jackson.version>2.9.8</jackson.version>
 
     <spring.version>5.1.6.RELEASE</spring.version>
-    <spring-security.version>5.1.4.RELEASE</spring-security.version>
+    <spring-security.version>5.1.5.RELEASE</spring-security.version>
     <spring-boot.version>2.1.3.RELEASE</spring-boot.version>
 
     <openjpa.version>3.1.0-SNAPSHOT</openjpa.version>