This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 27f8a23b75 NIFI-11644 Upgraded Hazelcast from 4.2.7 to 5.3.0
27f8a23b75 is described below
commit 27f8a23b757f2132c10e28b29aa403b903221a1a
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]>
(cherry picked from commit 88d7b3905b7a5888daab29a8285f755defc7214b)
---
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 b49d74b92c..62eada3694 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 -->