We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b6a1c commit 0343be6Copy full SHA for 0343be6
examples/hazelcast/build.gradle
@@ -8,7 +8,7 @@ repositories {
8
9
dependencies {
10
testImplementation 'org.testcontainers:testcontainers'
11
- testImplementation 'com.hazelcast:hazelcast:5.2.3'
+ testImplementation 'com.hazelcast:hazelcast:5.3.2'
12
testImplementation 'ch.qos.logback:logback-classic:1.3.11'
13
testImplementation 'org.assertj:assertj-core:3.24.2'
14
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
0 commit comments