This is an automated email from the ASF dual-hosted git repository.
exceptionfactory 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 88d7b3905b NIFI-11644 Upgraded Hazelcast from 4.2.7 to 5.3.0
88d7b3905b is described below
commit 88d7b3905b7a5888daab29a8285f755defc7214b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 22 19:59:20 2023 +0000
NIFI-11644 Upgraded Hazelcast from 4.2.7 to 5.3.0
This closes #7282
Signed-off-by: David Handermann <[email protected]>
---
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 62a36e65f8..0e698941d5 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.7</version>
+ <version>5.3.0</version>
</dependency>
<!-- Test dependencies -->