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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 37d8255e2b5b CAMEL-22041: downgrade hazelcast until we can fix the 
tests to avoid using commercial CP feature
37d8255e2b5b is described below

commit 37d8255e2b5bce1be738fda3916d7e0ea0afe6dc
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 17 08:34:53 2025 +0200

    CAMEL-22041: downgrade hazelcast until we can fix the tests to avoid using 
commercial CP feature
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4b8c9eb3471b..303411e10d96 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -223,7 +223,7 @@
         <hapi-version>2.6.0</hapi-version>
         <hapi-base-version>2.6.0</hapi-base-version>
         <hapi-fhir-version>8.4.0</hapi-fhir-version>
-        <hazelcast-version>5.6.0</hazelcast-version>
+        <hazelcast-version>5.4.0</hazelcast-version>
         <hdrhistrogram-version>2.2.2</hdrhistrogram-version>
         <hibernate-validator-version>9.0.1.Final</hibernate-validator-version>
         <hibernate-version>6.3.2.Final</hibernate-version>

Reply via email to