Upgrade Hazelcast 4 to 4.2.4

Closes gh-2022
This commit is contained in:
Eleftheria Stein
2022-02-21 18:37:04 +01:00
parent 2d8f2c6f97
commit 0ea706a970
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
compile "org.springframework.boot:spring-boot-starter-actuator"
compile "org.springframework.boot:spring-boot-starter-thymeleaf"
compile "org.springframework.boot:spring-boot-starter-security"
compile "com.hazelcast:hazelcast:4.2.3"
compile "com.hazelcast:hazelcast:4.2.4"
compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect"
compile "org.webjars:bootstrap"
compile "org.webjars:html5shiv"