Skip to content

Commit

Permalink
Upgrade Hazelcast to 3.12.12
Browse files Browse the repository at this point in the history
Closes gh-1833
  • Loading branch information
eleftherias committed Apr 13, 2021
1 parent 00ac080 commit 8645271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencyManagement {
}

dependencies {
dependencySet(group: 'com.hazelcast', version: '3.12.11') {
dependencySet(group: 'com.hazelcast', version: '3.12.12') {
entry 'hazelcast'
entry 'hazelcast-client'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
@WebAppConfiguration
class ClientServerHazelcastIndexedSessionRepositoryITests extends AbstractHazelcastIndexedSessionRepositoryITests {

private static GenericContainer container = new GenericContainer<>("hazelcast/hazelcast:3.12.11")
private static GenericContainer container = new GenericContainer<>("hazelcast/hazelcast:3.12.12")
.withExposedPorts(5701).withCopyFileToContainer(MountableFile.forClasspathResource("/hazelcast-server.xml"),
"/opt/hazelcast/hazelcast.xml");

Expand Down

0 comments on commit 8645271

Please sign in to comment.