This is an automated email from the ASF dual-hosted git repository.
mattyb149 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new cfb1597e10 NIFI-10520: Upgrade Hazelcast version to 4.2.5
cfb1597e10 is described below
commit cfb1597e10a1990fd0205bb01dafe41c7693b336
Author: mr1716 <[email protected]>
AuthorDate: Fri Sep 16 18:21:57 2022 -0400
NIFI-10520: Upgrade Hazelcast version to 4.2.5
Signed-off-by: Matthew Burgess <[email protected]>
This closes #6429
---
nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
index 18f1228fdf..2b0ac3c58a 100644
--- a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
+++ b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
@@ -51,7 +51,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
- <version>4.2</version>
+ <version>4.2.5</version>
</dependency>
<!-- Test dependencies -->