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/12/03 10:51:07 UTC

[syncope] branch master updated: Upgrading Spring

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 dbb71e6  Upgrading Spring
dbb71e6 is described below

commit dbb71e6e5b5ca6a52f9d9c3357333345eaf06ee9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Dec 3 11:44:38 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index eebc808..ffc03c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,7 +408,7 @@ under the License.
 
     <jackson.version>2.10.1</jackson.version>
 
-    <spring.version>5.2.1.RELEASE</spring.version>
+    <spring.version>5.2.2.RELEASE</spring.version>
     <spring-security.version>5.2.1.RELEASE</spring-security.version>
     <spring-boot.version>2.2.1.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.0.RELEASE</spring-cloud-gateway.version>