File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
spring-session-hazelcast/hazelcast4
spring-session-samples/spring-session-sample-boot-hazelcast4 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ artifacts {
21
21
22
22
dependencies {
23
23
api project(' :spring-session-core' )
24
- optional " com.hazelcast:hazelcast:4.2.2 "
24
+ optional " com.hazelcast:hazelcast:4.2.3 "
25
25
api " org.springframework:spring-context"
26
26
api " javax.annotation:javax.annotation-api"
27
27
@@ -35,7 +35,7 @@ dependencies {
35
35
testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine"
36
36
37
37
integrationTestCompile " org.testcontainers:testcontainers"
38
- integrationTestCompile " com.hazelcast:hazelcast:4.2"
38
+ integrationTestCompile " com.hazelcast:hazelcast:4.2.3 "
39
39
integrationTestCompile project(" :spring-session-hazelcast" )
40
40
}
41
41
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
implementation " org.springframework.boot:spring-boot-starter-actuator"
8
8
implementation " org.springframework.boot:spring-boot-starter-thymeleaf"
9
9
implementation " org.springframework.boot:spring-boot-starter-security"
10
- implementation " com.hazelcast:hazelcast:4.2.2 "
10
+ implementation " com.hazelcast:hazelcast:4.2.3 "
11
11
implementation " nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect"
12
12
implementation " org.webjars:bootstrap"
13
13
implementation " org.webjars:html5shiv"
You can’t perform that action at this time.
0 commit comments