Upgrade integration tests

This commit is contained in:
Vedran Pavic
2018-10-15 18:42:12 +02:00
parent 1aab3e8285
commit f34acebf84
3 changed files with 4 additions and 4 deletions

View File

@@ -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.10.5")
"hazelcast/hazelcast:3.10.6")
.withExposedPorts(5701)
.withEnv("JAVA_OPTS",
"-Dhazelcast.config=/opt/hazelcast/config_ext/hazelcast.xml")