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/07/21 11:10:41 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 b913a94  Upgrading Spring
b913a94 is described below

commit b913a94a61f923f561af62eee4178d728a7aaf11
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jul 21 11:03:35 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 1ccd38e..cbb7c98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
 
     <jackson.version>2.11.1</jackson.version>
 
-    <spring.version>5.2.7.RELEASE</spring.version>
+    <spring.version>5.2.8.RELEASE</spring.version>
     <spring-security.version>5.3.3.RELEASE</spring-security.version>
     <spring-boot.version>2.3.1.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.3.RELEASE</spring-cloud-gateway.version>