Skip to content

Commit fb1362a

Browse files
committed
Upgrade Hazelcast 4 to 4.2.4
Closes gh-2001
1 parent d5dac66 commit fb1362a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

spring-session-hazelcast/hazelcast4/hazelcast4.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ artifacts {
2121

2222
dependencies {
2323
api project(':spring-session-core')
24-
optional "com.hazelcast:hazelcast:4.2.3"
24+
optional "com.hazelcast:hazelcast:4.2.4"
2525
api "org.springframework:spring-context"
2626
api "jakarta.annotation:jakarta.annotation-api"
2727

@@ -35,7 +35,7 @@ dependencies {
3535
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
3636

3737
integrationTestCompile "org.testcontainers:testcontainers"
38-
integrationTestCompile "com.hazelcast:hazelcast:4.2.3"
38+
integrationTestCompile "com.hazelcast:hazelcast:4.2.4"
3939
integrationTestCompile project(":spring-session-hazelcast")
4040
}
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2021 the original author or authors.
2+
* Copyright 2014-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -45,7 +45,7 @@
4545
@WebAppConfiguration
4646
class ClientServerHazelcast4IndexedSessionRepositoryITests extends AbstractHazelcast4IndexedSessionRepositoryITests {
4747

48-
private static GenericContainer container = new GenericContainer<>("hazelcast/hazelcast:4.2.2")
48+
private static GenericContainer container = new GenericContainer<>("hazelcast/hazelcast:4.2.4")
4949
.withExposedPorts(5701).withCopyFileToContainer(MountableFile.forClasspathResource("/hazelcast-server.xml"),
5050
"/opt/hazelcast/hazelcast.xml");
5151

spring-session-samples/spring-session-sample-boot-hazelcast4/spring-session-sample-boot-hazelcast4.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
implementation "org.springframework.boot:spring-boot-starter-actuator"
88
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
99
implementation "org.springframework.boot:spring-boot-starter-security"
10-
implementation "com.hazelcast:hazelcast:4.2.3"
10+
implementation "com.hazelcast:hazelcast:4.2.4"
1111
implementation "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect"
1212
implementation "org.webjars:bootstrap"
1313
implementation "org.webjars:html5shiv"

0 commit comments

Comments
 (0)