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 4f80233575 NIFI-10733 Upgraded Curator from 5.3.0 to 5.4.0
4f80233575 is described below

commit 4f80233575ee53a946580d9ada21ae68f7ce5425
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Nov 4 09:15:48 2022 -0500

    NIFI-10733 Upgraded Curator from 5.3.0 to 5.4.0
    
    Signed-off-by: Matthew Burgess <[email protected]>
    
    This closes #6621
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml                  | 2 +-
 nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml | 2 +-
 nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 12efd7ad92..b23d7497b4 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -23,7 +23,7 @@
     <packaging>pom</packaging>
     <description>NiFi: Framework Bundle</description>
     <properties>
-        <curator.version>5.3.0</curator.version>
+        <curator.version>5.4.0</curator.version>
     </properties>
     <modules>
         <module>nifi-framework</module>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml 
b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
index 26363b6473..d9fd378324 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
@@ -26,7 +26,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <curator.version>5.3.0</curator.version>
+        <curator.version>5.4.0</curator.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml 
b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
index 560aa65c07..e59e3a3293 100644
--- a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
@@ -24,7 +24,7 @@
         <version>1.19.0-SNAPSHOT</version>
     </parent>
     <properties>
-        <curator.version>5.3.0</curator.version>
+        <curator.version>5.4.0</curator.version>
     </properties>
     <dependencies>
         <dependency>

Reply via email to