File tree 2 files changed +3
-3
lines changed
spring-session-hazelcast/hazelcast4
spring-session-samples/spring-session-sample-boot-hazelcast4
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ artifacts {
31
31
32
32
dependencies {
33
33
compile project(' :spring-session-core' )
34
- optional " com.hazelcast:hazelcast:4.2.3 "
34
+ optional " com.hazelcast:hazelcast:4.2.4 "
35
35
compile " org.springframework:spring-context"
36
36
compile " jakarta.annotation:jakarta.annotation-api"
37
37
@@ -42,7 +42,7 @@ dependencies {
42
42
testRuntime " org.junit.jupiter:junit-jupiter-engine"
43
43
44
44
integrationTestCompile " org.testcontainers:testcontainers"
45
- integrationTestCompile " com.hazelcast:hazelcast:4.2.3 "
45
+ integrationTestCompile " com.hazelcast:hazelcast:4.2.4 "
46
46
integrationTestCompile project(" :spring-session-hazelcast" )
47
47
}
48
48
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
compile " org.springframework.boot:spring-boot-starter-actuator"
8
8
compile " org.springframework.boot:spring-boot-starter-thymeleaf"
9
9
compile " org.springframework.boot:spring-boot-starter-security"
10
- compile " com.hazelcast:hazelcast:4.2.3 "
10
+ compile " com.hazelcast:hazelcast:4.2.4 "
11
11
compile " nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect"
12
12
compile " org.webjars:bootstrap"
13
13
compile " org.webjars:html5shiv"
You can’t perform that action at this time.
0 commit comments