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 9ac740248e Reverting Curator back to 5.6.0 to avoid VM crash during WA 
tests
9ac740248e is described below

commit 9ac740248e0feac11606b1af873569990d8885d0
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sun Jun 16 12:49:50 2024 +0200

    Reverting Curator back to 5.6.0 to avoid VM crash during WA tests
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1e77e44b86..cccc3df418 100644
--- a/pom.xml
+++ b/pom.xml
@@ -466,7 +466,7 @@ under the License.
 
     <antlr4.version>4.13.1</antlr4.version>
 
-    <curator.version>5.7.0</curator.version>
+    <curator.version>5.6.0</curator.version>
     <zookeeper.version>3.9.2</zookeeper.version>
 
     <testds.rootDn>o=isp</testds.rootDn>

Reply via email to