Upgrade Hazelcast 4 to 4.1.1

Closes gh-1761
This commit is contained in:
Eleftheria Stein
2021-01-18 12:43:34 +01:00
parent 4108c77797
commit 0a0766e4a8
4 changed files with 5 additions and 5 deletions

View File

@@ -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.3"
compile "com.hazelcast:hazelcast:4.1.1"
compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect"
compile "org.webjars:bootstrap"
compile "org.webjars:html5shiv"