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

tcunning pushed a commit to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f7e2d84f3c2f067ef4968a01df089a8ce7e04144
Author: Tom Cunningham <[email protected]>
AuthorDate: Fri Mar 20 10:50:25 2026 -0400

    Use hazelcast 5.4.0
---
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 628be805ed3e..15bd0a28b977 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -238,7 +238,8 @@
         <hapi-base-version>2.6.0</hapi-base-version>
         <hapi-fhir-version>8.6.5</hapi-fhir-version>
         <hawtio-version>4.6.2</hawtio-version>
-        <hazelcast-version>5.5.0</hazelcast-version>
+        <!-- hazelcast version should stay at 5.4.0 due to commercial changes 
in 5.5.0 -->
+        <hazelcast-version>5.4.0</hazelcast-version>
         <hdrhistrogram-version>2.2.2</hdrhistrogram-version>
         <hibernate-validator-version>9.1.0.Final</hibernate-validator-version>
         <hibernate-version>6.3.2.Final</hibernate-version>

Reply via email to