From 2a5b221d70b8b10df13e44a2e49dceab57ebe74c Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Fri, 12 Apr 2019 20:14:12 +0200 Subject: [PATCH] Update integration tests --- .../session/hazelcast/HazelcastClientRepositoryITests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-session-hazelcast/src/integration-test/java/org/springframework/session/hazelcast/HazelcastClientRepositoryITests.java b/spring-session-hazelcast/src/integration-test/java/org/springframework/session/hazelcast/HazelcastClientRepositoryITests.java index 1c6b4457..4bad5368 100644 --- a/spring-session-hazelcast/src/integration-test/java/org/springframework/session/hazelcast/HazelcastClientRepositoryITests.java +++ b/spring-session-hazelcast/src/integration-test/java/org/springframework/session/hazelcast/HazelcastClientRepositoryITests.java @@ -48,7 +48,7 @@ import org.springframework.test.context.web.WebAppConfiguration; public class HazelcastClientRepositoryITests extends AbstractHazelcastRepositoryITests { private static GenericContainer container = new GenericContainer<>( - "hazelcast/hazelcast:3.11.1") + "hazelcast/hazelcast:3.12") .withExposedPorts(5701) .withEnv("JAVA_OPTS", "-Dhazelcast.config=/opt/hazelcast/config_ext/hazelcast.xml")