NIFI-10520: Upgrade Hazelcast version to 4.2.5

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #6429
This commit is contained in:
mr1716 2022-09-16 18:21:57 -04:00 committed by Matthew Burgess
parent cea924bc6b
commit cfb1597e10
No known key found for this signature in database
GPG Key ID: 05D3DEB8126DAD24
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>4.2</version>
<version>4.2.5</version>
</dependency>
<!-- Test dependencies -->