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 2021/06/11 13:12:58 UTC

[syncope] 02/03: Upgrading Spring Boot

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

commit c1c9116f3ac44477ff46e12376dd7b992740aa43
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Jun 11 09:36:45 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 04ea5f5..0ca1384 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
 
     <jackson.version>2.12.3</jackson.version>
 
-    <spring-boot.version>2.5.0</spring-boot.version>
+    <spring-boot.version>2.5.1</spring-boot.version>
     <spring-cloud-gateway.version>3.0.3</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.0</openjpa.version>