Upgrade Hazelcast to 3.12.1

Resolves: #1452
This commit is contained in:
Vedran Pavic
2019-06-13 18:17:59 +02:00
parent 79de4f9a0d
commit f6a5bdacb8
2 changed files with 2 additions and 2 deletions

View File

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