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 f4f2bbb614 Upgrading Spring Boot, Curator, Tomcat, Payara
f4f2bbb614 is described below

commit f4f2bbb61407839b566bc2fbc1e1fb106bc92a9f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jun 20 11:24:44 2024 +0200

    Upgrading Spring Boot, Curator, Tomcat, Payara
---
 pom.xml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9292abc0b..810213abd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
     <bouncycastle.version>1.78.1</bouncycastle.version>
     <nimbus-jose-jwt.version>9.40</nimbus-jose-jwt.version>
 
-    <spring-boot.version>3.2.6</spring-boot.version>
+    <spring-boot.version>3.2.7</spring-boot.version>
     <spring-cloud-gateway.version>4.1.4</spring-cloud-gateway.version>
 
     <openjpa.version>4.0.0</openjpa.version>
@@ -466,7 +466,7 @@ under the License.
 
     <antlr4.version>4.13.1</antlr4.version>
 
-    <curator.version>5.6.0</curator.version>
+    <curator.version>5.7.0</curator.version>
     <zookeeper.version>3.9.2</zookeeper.version>
 
     <testds.rootDn>o=isp</testds.rootDn>
@@ -493,9 +493,9 @@ under the License.
     <cargo.rmi.port>9805</cargo.rmi.port>
     <cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout>
 
-    <tomcat.version>10.1.24</tomcat.version>
+    <tomcat.version>10.1.25</tomcat.version>
     <wildfly.version>32.0.1.Final</wildfly.version>
-    <payara.version>6.2024.5</payara.version>
+    <payara.version>6.2024.6</payara.version>
     <jakarta.faces.version>4.1.0</jakarta.faces.version>
 
     <docker.postgresql.version>16</docker.postgresql.version>
@@ -1201,6 +1201,11 @@ under the License.
         <artifactId>curator-framework</artifactId>
         <version>${curator.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.curator</groupId>
+        <artifactId>curator-client</artifactId>
+        <version>${curator.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.curator</groupId>
         <artifactId>curator-x-discovery</artifactId>

Reply via email to