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/10 07:07:19 UTC

[syncope] 01/02: Upgrading Spring

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

ilgrosso pushed a commit to branch SYNCOPE-1400_SYNCOPE-1401
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit d9176e3f0b74151a5749ec852bac2c7c376529ea
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jan 10 08:05:39 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 67f5142..a6579f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,7 +393,7 @@ under the License.
 
     <jackson.version>2.9.8</jackson.version>
 
-    <spring.version>5.1.3.RELEASE</spring.version>
+    <spring.version>5.1.4.RELEASE</spring.version>
     <spring-security.version>5.1.2.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0</openjpa.version>