Upgrade Hazelcast 4 to 4.2.2

Closes gh-1890
This commit is contained in:
Eleftheria Stein
2021-08-17 13:45:48 +02:00
parent a9e9f8c46d
commit d42caa2dbb
4 changed files with 6 additions and 6 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.2"
compile "com.hazelcast:hazelcast:4.2.2"
compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect"
compile "org.webjars:bootstrap"
compile "org.webjars:html5shiv"