Upgrade Hazelcast 4 to 4.2.3

Closes gh-1985
This commit is contained in:
Eleftheria Stein
2021-12-21 12:36:29 +02:00
parent f8662b433c
commit e6e10494cb
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.2"
compile "com.hazelcast:hazelcast:4.2.3"
compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect"
compile "org.webjars:bootstrap"
compile "org.webjars:html5shiv"