Skip to content

Commit fe85b47

Browse files
committed
Prevent upgrade to Hazelcast 5.6.0
Closes gh-47642
1 parent 57532c6 commit fe85b47

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

platform/spring-boot-dependencies/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,10 @@ bom {
529529
}
530530
}
531531
library("Hazelcast", "5.5.0") {
532+
prohibit {
533+
versionRange "[5.6.0,)"
534+
because "https://github.com/hazelcast/hazelcast/issues/26546"
535+
}
532536
group("com.hazelcast") {
533537
modules = [
534538
"hazelcast",

0 commit comments

Comments
 (0)