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
commit 0ddccec0abbcf47de9e331e222adb6569ce06107 Author: mr1716 <[email protected]> AuthorDate: Wed Jun 14 09:13:02 2023 -0400 NIFI-11687 Upgraded Hazelcast from 5.3.0 to 5.3.1 This closes #7375 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 17efd87bae724b3a5b6e8a97fd5e16d6c3b4d1a5) --- 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 c5ec008e34..4277406556 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>5.3.0</version> + <version>5.3.1</version> </dependency> <!-- Test dependencies -->
