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>