Skip to content

Commit 4108c77

Browse files
committed
Upgrade Hazelcast to 3.12.11
Closes gh-1760
1 parent c015a69 commit 4108c77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencyManagement {
99
}
1010

1111
dependencies {
12-
dependencySet(group: 'com.hazelcast', version: '3.12.10') {
12+
dependencySet(group: 'com.hazelcast', version: '3.12.11') {
1313
entry 'hazelcast'
1414
entry 'hazelcast-client'
1515
}

spring-session-hazelcast/src/integration-test/java/org/springframework/session/hazelcast/ClientServerHazelcastIndexedSessionRepositoryITests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
@WebAppConfiguration
4747
class ClientServerHazelcastIndexedSessionRepositoryITests extends AbstractHazelcastIndexedSessionRepositoryITests {
4848

49-
private static GenericContainer container = new GenericContainer<>("hazelcast/hazelcast:3.12.3")
49+
private static GenericContainer container = new GenericContainer<>("hazelcast/hazelcast:3.12.11")
5050
.withExposedPorts(5701).withCopyFileToContainer(MountableFile.forClasspathResource("/hazelcast-server.xml"),
5151
"/opt/hazelcast/hazelcast.xml");
5252

spring-session-hazelcast/src/integration-test/resources/hazelcast-server.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://www.hazelcast.com/schema/config https://www.hazelcast.com/schema/config/hazelcast-config-3.12.xsd">
4+
xsi:schemaLocation="http://www.hazelcast.com/schema/config https://www.hazelcast.com/schema/config/hazelcast-config-3.13.xsd">
55

66
<network>
77
<join>

0 commit comments

Comments
 (0)