This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 51626d728be6b65e3d98add32257b45e753e9ba7
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Jul 11 13:05:15 2022 -0500

    NIFI-10215 This closes #6194. Upgraded Curator from 5.2.1 to 5.3.0
    
    Signed-off-by: Joe Witt <joew...@apache.org>
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml       | 2 +-
 nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 8463ca906e..c18ea73692 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.2.1</curator.version>
+        <curator.version>5.3.0</curator.version>
     </properties>
     <modules>
         <module>nifi-framework</module>
diff --git a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml 
b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
index 820a932a77..1090ef236e 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.17.0-SNAPSHOT</version>
     </parent>
     <properties>
-        <curator.version>5.2.1</curator.version>
+        <curator.version>5.3.0</curator.version>
     </properties>
     <dependencies>
         <dependency>

Reply via email to