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/04/16 07:59:13 UTC

[syncope] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new a2543e3  Upgrading Spring Boot
a2543e3 is described below

commit a2543e34051104b761beca56e7d47f39b63f842d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Apr 16 09:59:01 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 48309f0..26525c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
 
     <spring.version>5.3.5</spring.version>
     <spring-security.version>5.4.6</spring-security.version>
-    <spring-boot.version>2.4.4</spring-boot.version>
+    <spring-boot.version>2.4.5</spring-boot.version>
     <spring-cloud-gateway.version>3.0.2</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.3-SNAPSHOT</openjpa.version>