Upgrade Hazelcast 4 to 4.2.4

Closes gh-2001
This commit is contained in:
Eleftheria Stein
2022-01-17 09:46:21 +01:00
parent d5dac6629d
commit fb1362aa2c
3 changed files with 5 additions and 5 deletions

View File

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