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 2020/02/26 07:13:56 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 f40d534  Upgrading Spring
f40d534 is described below

commit f40d534870b374d70cb8dd0f94187d6b93b468cf
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Feb 26 08:13:25 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 3acdfe1..b882424 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,7 +408,7 @@ under the License.
 
     <jackson.version>2.10.2</jackson.version>
 
-    <spring.version>5.2.3.RELEASE</spring.version>
+    <spring.version>5.2.4.RELEASE</spring.version>
     <spring-security.version>5.2.2.RELEASE</spring-security.version>
     <spring-boot.version>2.2.4.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.1.RELEASE</spring-cloud-gateway.version>