feat: Hazelcast update

hazelcast-all artifact is not maintained since May 2023. All versions up to 5.3.5 are vulnerable.
This commit is contained in:
Piotr Dec 2024-07-12 01:23:02 +02:00
parent 5fbee39d56
commit 7c95c1d92a
Signed by: stawros
GPG key ID: F89F27AD8F881A91
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-all</artifactId>
<artifactId>hazelcast</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

View file

@ -40,7 +40,7 @@
<scm.projectId>time</scm.projectId>
<java.version>17</java.version>
<hazelcast.version>4.2.8</hazelcast.version>
<hazelcast.version>5.4.0</hazelcast.version>
</properties>
<dependencyManagement>
@ -53,7 +53,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-all</artifactId>
<artifactId>hazelcast</artifactId>
<version>${hazelcast.version}</version>
</dependency>
</dependencies>