This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 4201e50782 Upgrading Curator, downgrading Tomcat
4201e50782 is described below

commit 4201e50782576a053c8c6e4e4fa95192af800900
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jun 20 12:48:37 2024 +0200

    Upgrading Curator, downgrading Tomcat
---
 pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b1e8b52578..8e8675df27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,7 +471,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.1</zookeeper.version>
 
     <testds.rootDn>o=isp</testds.rootDn>
@@ -498,7 +498,7 @@ under the License.
     <cargo.rmi.port>9805</cargo.rmi.port>
     <cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout>
 
-    <tomcat.version>9.0.90</tomcat.version>
+    <tomcat.version>9.0.89</tomcat.version>
     <wildfly.version>26.1.3.Final</wildfly.version>
     <payara.version>5.2022.5</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>
@@ -1339,6 +1339,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