From 307a1f0dde0503b40cafd31817102f9b6d5db020 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Tue, 21 Dec 2021 10:09:06 +0200 Subject: [PATCH] Upgrade Hazelcast 4 to 4.2.3 Closes gh-1979 --- spring-session-hazelcast/hazelcast4/hazelcast4.gradle | 4 ++-- .../spring-session-sample-boot-hazelcast4.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-session-hazelcast/hazelcast4/hazelcast4.gradle b/spring-session-hazelcast/hazelcast4/hazelcast4.gradle index eac0d9b4..6642372b 100644 --- a/spring-session-hazelcast/hazelcast4/hazelcast4.gradle +++ b/spring-session-hazelcast/hazelcast4/hazelcast4.gradle @@ -21,7 +21,7 @@ artifacts { dependencies { api project(':spring-session-core') - optional "com.hazelcast:hazelcast:4.2.2" + optional "com.hazelcast:hazelcast:4.2.3" api "org.springframework:spring-context" api "javax.annotation:javax.annotation-api" @@ -35,7 +35,7 @@ dependencies { testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine" integrationTestCompile "org.testcontainers:testcontainers" - integrationTestCompile "com.hazelcast:hazelcast:4.2" + integrationTestCompile "com.hazelcast:hazelcast:4.2.3" integrationTestCompile project(":spring-session-hazelcast") } diff --git a/spring-session-samples/spring-session-sample-boot-hazelcast4/spring-session-sample-boot-hazelcast4.gradle b/spring-session-samples/spring-session-sample-boot-hazelcast4/spring-session-sample-boot-hazelcast4.gradle index 69e068c9..4bdaad17 100644 --- a/spring-session-samples/spring-session-sample-boot-hazelcast4/spring-session-sample-boot-hazelcast4.gradle +++ b/spring-session-samples/spring-session-sample-boot-hazelcast4/spring-session-sample-boot-hazelcast4.gradle @@ -7,7 +7,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-actuator" implementation "org.springframework.boot:spring-boot-starter-thymeleaf" implementation "org.springframework.boot:spring-boot-starter-security" - implementation "com.hazelcast:hazelcast:4.2.2" + implementation "com.hazelcast:hazelcast:4.2.3" implementation "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect" implementation "org.webjars:bootstrap" implementation "org.webjars:html5shiv"