From e6e02de210db41a86f283ece0d9f0b78ed27e864 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Fri, 11 Sep 2020 17:47:51 +0200 Subject: [PATCH] Upgrade Hazelcast 4 to 4.0.3 Closes gh-1706 --- 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 2062f6e2..8a84e71b 100644 --- a/spring-session-hazelcast/hazelcast4/hazelcast4.gradle +++ b/spring-session-hazelcast/hazelcast4/hazelcast4.gradle @@ -31,7 +31,7 @@ artifacts { dependencies { compile project(':spring-session-core') - optional "com.hazelcast:hazelcast:4.0.2" + optional "com.hazelcast:hazelcast:4.0.3" compile "org.springframework:spring-context" compile "javax.annotation:javax.annotation-api" @@ -42,7 +42,7 @@ dependencies { testRuntime "org.junit.jupiter:junit-jupiter-engine" integrationTestCompile "org.testcontainers:testcontainers" - integrationTestCompile "com.hazelcast:hazelcast:4.0.2" + integrationTestCompile "com.hazelcast:hazelcast:4.0.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 f7a06a2f..6cb05959 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 @@ -6,7 +6,7 @@ dependencies { compile "org.springframework.boot:spring-boot-starter-web" compile "org.springframework.boot:spring-boot-starter-thymeleaf" compile "org.springframework.boot:spring-boot-starter-security" - compile "com.hazelcast:hazelcast:4.0.2" + compile "com.hazelcast:hazelcast:4.0.3" compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect" compile "org.webjars:bootstrap" compile "org.webjars:html5shiv"