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

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

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

diff --git a/pom.xml b/pom.xml
index 6002e23f20..a83ebd3904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
     <bouncycastle.version>1.70</bouncycastle.version>
     <nimbus-jose-jwt.version>9.40</nimbus-jose-jwt.version>
 
-    <spring-framework.version>5.3.35</spring-framework.version>
+    <spring-framework.version>5.3.37</spring-framework.version>
     <spring-security.version>5.8.12</spring-security.version>
     <spring-boot.version>2.7.18</spring-boot.version>
     <spring-cloud-gateway.version>3.1.9</spring-cloud-gateway.version>
@@ -471,7 +471,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.1</zookeeper.version>
 
     <testds.rootDn>o=isp</testds.rootDn>
@@ -1445,13 +1445,6 @@ under the License.
         <enabled>true</enabled>
       </releases>
     </repository>
-    <repository>
-      <id>spring</id>
-      <url>https://repo.spring.io/milestone</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </repository>
   </repositories>
 
   <pluginRepositories>

Reply via email to