Upgrade Hazelcast to 3.11.1

Resolves: #1299
This commit is contained in:
Vedran Pavic
2018-12-20 18:52:27 +01:00
parent 57cd6c367d
commit d48eebea99
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ dependencyManagement {
}
dependencies {
dependencySet(group: 'com.hazelcast', version: '3.11') {
dependencySet(group: 'com.hazelcast', version: '3.11.1') {
entry 'hazelcast'
entry 'hazelcast-client'
}

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