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:05 UTC

[syncope] branch 2_1_X updated: Upgrading Spring Security

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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new b09d350  Upgrading Spring Security
b09d350 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 1edfdff..17999f9 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>
 
     <openjpa.version>3.0.0</openjpa.version>
     <hikaricp.version>3.3.1</hikaricp.version>