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 2022/06/23 15:33:23 UTC

[syncope] 01/02: 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 355de2bf475f803671f891ddd9e59e7ee5c714ef
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jun 23 14:47:16 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 5a810ffc4a..4e8f2cf2be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <jackson.version>2.13.3</jackson.version>
 
-    <spring-boot.version>2.6.8</spring-boot.version>
+    <spring-boot.version>2.6.9</spring-boot.version>
     <spring-cloud-gateway.version>3.1.3</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.2</openjpa.version>