You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/04/12 04:24:45 UTC

[camel] branch main updated: Upgrade Hazelcast to 5.2.3 (#9848)

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 346552db6aa Upgrade Hazelcast to 5.2.3 (#9848)
346552db6aa is described below

commit 346552db6aac6465abced098e23aa339e09efb60
Author: Kengo Seki <se...@apache.org>
AuthorDate: Wed Apr 12 13:24:40 2023 +0900

    Upgrade Hazelcast to 5.2.3 (#9848)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d421987d3d0..7fcb63e7184 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -206,7 +206,7 @@
         <hapi-fhir-version>6.4.2</hapi-fhir-version>
         <hawtbuf-version>1.11</hawtbuf-version>
         <hawtdispatch-version>1.22</hawtdispatch-version>
-        <hazelcast-version>5.2.1</hazelcast-version>
+        <hazelcast-version>5.2.3</hazelcast-version>
         <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
         <hibernate-validator-version>8.0.0.Final</hibernate-validator-version>
         <hibernate-version>5.6.15.Final</hibernate-version>