Skip to content

Commit

Permalink
Upgrade Hazelcast 4 to 4.2.4
Browse files Browse the repository at this point in the history
Closes gh-2029
  • Loading branch information
eleftherias committed Feb 22, 2022
1 parent 092e6c6 commit c335a49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spring-session-hazelcast/hazelcast4/hazelcast4.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ artifacts {

dependencies {
api project(':spring-session-core')
optional "com.hazelcast:hazelcast:4.2.3"
optional "com.hazelcast:hazelcast:4.2.4"
api "org.springframework:spring-context"
api "jakarta.annotation:jakarta.annotation-api"

Expand All @@ -35,7 +35,7 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"

integrationTestCompile "org.testcontainers:testcontainers"
integrationTestCompile "com.hazelcast:hazelcast:4.2.3"
integrationTestCompile "com.hazelcast:hazelcast:4.2.4"
integrationTestCompile project(":spring-session-hazelcast")
}

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@WebAppConfiguration
class ClientServerHazelcast4IndexedSessionRepositoryITests extends AbstractHazelcast4IndexedSessionRepositoryITests {

private static GenericContainer container = new GenericContainer<>("hazelcast/hazelcast:4.2.2")
private static GenericContainer container = new GenericContainer<>("hazelcast/hazelcast:4.2.4")
.withExposedPorts(5701).withCopyFileToContainer(MountableFile.forClasspathResource("/hazelcast-server.xml"),
"/opt/hazelcast/hazelcast.xml");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c335a49

Please sign in to comment.