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 2018/10/16 12:54:31 UTC

[2/3] syncope git commit: Upgrading Spring Security

Upgrading Spring Security


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/65922b6a
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/65922b6a
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/65922b6a

Branch: refs/heads/2_1_X
Commit: 65922b6a281e6b33cd678330ca95349c60f26999
Parents: f9edfc2
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 14:54:10 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 14:54:10 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/65922b6a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f92d5d..3f41b8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ under the License.
     <jackson.version>2.9.7</jackson.version>
 
     <spring.version>5.1.1.RELEASE</spring.version>
-    <spring-security.version>5.1.0.RELEASE</spring-security.version>
+    <spring-security.version>5.1.1.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0</openjpa.version>
     <hikaricp.version>3.2.0</hikaricp.version>