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/12/23 07:45:32 UTC

[syncope] 02/02: Upgrading Spring Boot and Flowable

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 a3efcf3ab454f0c75102944e09f873fd4753878d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Dec 23 08:45:17 2022 +0100

    Upgrading Spring Boot and Flowable
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 36969e3320..8af497574a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,7 +417,7 @@ under the License.
 
     <jackson.version>2.14.1</jackson.version>
 
-    <spring-boot.version>2.7.6</spring-boot.version>
+    <spring-boot.version>2.7.7</spring-boot.version>
     <spring-cloud-gateway.version>3.1.4</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.2</openjpa.version>
@@ -428,7 +428,7 @@ under the License.
 
     <groovy.version>4.0.6</groovy.version>
 
-    <flowable.version>6.7.2</flowable.version>
+    <flowable.version>6.8.0</flowable.version>
 
     <slf4j.version>1.7.36</slf4j.version>