Skip to content

Commit 10a1836

Browse files
committed
Update integration tests
1 parent 7ea5e2f commit 10a1836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-session-hazelcast/src/integration-test/java/org/springframework/session/hazelcast/HazelcastClientRepositoryITests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
public class HazelcastClientRepositoryITests extends AbstractHazelcastRepositoryITests {
4949

5050
private static GenericContainer container = new GenericContainer<>(
51-
"hazelcast/hazelcast:3.10.3")
51+
"hazelcast/hazelcast:3.10.4")
5252
.withExposedPorts(5701)
5353
.withEnv("JAVA_OPTS",
5454
"-Dhazelcast.config=/opt/hazelcast/config_ext/hazelcast.xml")

0 commit comments

Comments
 (0)