Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,10 @@
<hapi-base-version>2.6.0</hapi-base-version>
<hapi-fhir-version>8.8.1</hapi-fhir-version>
<hawtio-version>4.6.2</hawtio-version>
<hazelcast-version>5.5.0</hazelcast-version>
<!-- https://issues.apache.org/jira/browse/CAMEL-22041
hazelcast needs to stay at 5.4.0 for 4.19.0 due to changes where the CP subsystem is only available in
the enterprise hazelcast product -->
<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>
Expand Down
Loading