Skip to content

Commit 0ea706a

Browse files
committed
Upgrade Hazelcast 4 to 4.2.4
Closes gh-2022
1 parent 2d8f2c6 commit 0ea706a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-session-hazelcast/hazelcast4/hazelcast4.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ artifacts {
3131

3232
dependencies {
3333
compile project(':spring-session-core')
34-
optional "com.hazelcast:hazelcast:4.2.3"
34+
optional "com.hazelcast:hazelcast:4.2.4"
3535
compile "org.springframework:spring-context"
3636
compile "jakarta.annotation:jakarta.annotation-api"
3737

@@ -42,7 +42,7 @@ dependencies {
4242
testRuntime "org.junit.jupiter:junit-jupiter-engine"
4343

4444
integrationTestCompile "org.testcontainers:testcontainers"
45-
integrationTestCompile "com.hazelcast:hazelcast:4.2.3"
45+
integrationTestCompile "com.hazelcast:hazelcast:4.2.4"
4646
integrationTestCompile project(":spring-session-hazelcast")
4747
}
4848

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

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

0 commit comments

Comments
 (0)