Upgrade Hazelcast to 3.10.5

Resolves: #1206
This commit is contained in:
Vedran Pavic
2018-09-20 19:15:52 +02:00
parent ad1e57a1fe
commit fd2165f471
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ dependencyManagement {
}
dependencies {
dependencySet(group: 'com.hazelcast', version: '3.10.4') {
dependencySet(group: 'com.hazelcast', version: '3.10.5') {
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.10.4")
"hazelcast/hazelcast:3.10.5")
.withExposedPorts(5701)
.withEnv("JAVA_OPTS",
"-Dhazelcast.config=/opt/hazelcast/config_ext/hazelcast.xml")