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:46 UTC

[syncope] branch 2_1_X updated: Upgrading Spring

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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 664a781  Upgrading Spring
664a781 is described below

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

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

diff --git a/pom.xml b/pom.xml
index f9da643..aed6059 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,7 +408,7 @@ under the License.
 
     <jackson.version>2.10.4</jackson.version>
 
-    <spring.version>5.1.16.RELEASE</spring.version>
+    <spring.version>5.1.17.RELEASE</spring.version>
     <spring-security.version>5.1.11.RELEASE</spring-security.version>
 
     <openjpa.version>3.1.2</openjpa.version>