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 d1e84fe0f5 Upgrading Spring Boot and Curator
d1e84fe0f5 is described below
commit d1e84fe0f5094644d01fce8ea557b7447a0566a8
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jul 24 16:09:39 2025 +0200
Upgrading Spring Boot and Curator
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5983e5a2bd..8fed1131cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@ under the License.
<bouncycastle.version>1.81</bouncycastle.version>
<nimbus-jose-jwt.version>10.4</nimbus-jose-jwt.version>
- <spring-boot.version>3.5.3</spring-boot.version>
+ <spring-boot.version>3.5.4</spring-boot.version>
<spring-cloud-gateway.version>4.3.0</spring-cloud-gateway.version>
<openjpa.version>4.1.1</openjpa.version>
@@ -470,7 +470,7 @@ under the License.
<antlr4.version>4.13.2</antlr4.version>
- <curator.version>5.8.0</curator.version>
+ <curator.version>5.9.0</curator.version>
<zookeeper.version>3.9.3</zookeeper.version>
<zonky.embedded-postgres.version>2.1.0</zonky.embedded-postgres.version>