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/01/11 15:56:45 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 999613f  Upgrading spring-security
999613f is described below

commit 999613ffc08c02b06f981be5557b7860212bc396
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Jan 11 16:48:40 2019 +0100

    Upgrading spring-security
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 671cd0d..5d59e65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,8 +393,8 @@ under the License.
 
     <jackson.version>2.9.8</jackson.version>
 
-    <spring.version>5.1.3.RELEASE</spring.version>
-    <spring-security.version>5.1.2.RELEASE</spring-security.version>
+    <spring.version>5.1.4.RELEASE</spring.version>
+    <spring-security.version>5.1.3.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0</openjpa.version>
     <hikaricp.version>3.3.0</hikaricp.version>