Upgrade Hazelcast 4 to 4.0.3

Closes gh-1706
This commit is contained in:
Eleftheria Stein
2020-09-11 17:47:51 +02:00
parent b3b46fd8eb
commit e6e02de210
2 changed files with 3 additions and 3 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.2"
compile "com.hazelcast:hazelcast:4.0.3"
compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect"
compile "org.webjars:bootstrap"
compile "org.webjars:html5shiv"