You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2022/04/01 16:23:36 UTC

[nifi] branch main updated: NIFI-9859 Upgraded Apache Curator from 5.2.0 to 5.2.1

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

thenatog 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 c9dee4d  NIFI-9859 Upgraded Apache Curator from 5.2.0 to 5.2.1
c9dee4d is described below

commit c9dee4ddba006bd8ae407cf893b0760ba5070b3a
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Fri Apr 1 09:23:23 2022 -0500

    NIFI-9859 Upgraded Apache Curator from 5.2.0 to 5.2.1
    
    Signed-off-by: Nathan Gough <th...@gmail.com>
    
    This closes #5923.
---
 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 1eb5062..4082e55 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.0</curator.version>
+        <curator.version>5.2.1</curator.version>
         <zookeeper.version>3.5.9</zookeeper.version>
     </properties>
     <modules>
diff --git a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
index a0a8070..9f3e9e7 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.16.0-SNAPSHOT</version>
     </parent>
     <properties>
-        <curator.version>5.2.0</curator.version>
+        <curator.version>5.2.1</curator.version>
     </properties>
     <dependencies>
         <dependency>