You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2019/10/28 19:40:15 UTC

[nifi] branch master updated: NIFI-6733 updating zk to latest incremental

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dda29cd  NIFI-6733 updating zk to latest incremental
dda29cd is described below

commit dda29cd90be54d7ef448d34c7aabb0a5e2f8b2cd
Author: Joe Witt <jo...@apache.org>
AuthorDate: Mon Oct 28 12:40:03 2019 -0700

    NIFI-6733 updating zk to latest incremental
---
 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 f892121..1855b39 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -592,7 +592,7 @@
             <dependency>
                 <groupId>org.apache.zookeeper</groupId>
                 <artifactId>zookeeper</artifactId>
-                <version>3.5.5</version>
+                <version>3.5.6</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.curator</groupId>
diff --git a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
index c28ba95..ef64a0f 100644
--- a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.zookeeper</groupId>
             <artifactId>zookeeper</artifactId>
-            <version>3.5.5</version>
+            <version>3.5.6</version>
             <exclusions>
                 <exclusion>
                     <groupId>log4j</groupId>