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 2023/01/30 18:19:42 UTC

[nifi] branch main updated: NIFI-11113 This closes #6905. Upgraded ZooKeeper from 3.8.0 to 3.8.1

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


The following commit(s) were added to refs/heads/main by this push:
     new a1072140a1 NIFI-11113 This closes #6905. Upgraded ZooKeeper from 3.8.0 to 3.8.1
a1072140a1 is described below

commit a1072140a1a8f655f4c075842b2473aaa9e787ac
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Jan 30 09:07:59 2023 -0600

    NIFI-11113 This closes #6905. Upgraded ZooKeeper from 3.8.0 to 3.8.1
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bde25c3491..44ae66f326 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
         <spring.security.version>5.8.0</spring.security.version>
         <swagger.annotations.version>1.6.6</swagger.annotations.version>
         <h2.version>2.1.214</h2.version>
-        <zookeeper.version>3.8.0</zookeeper.version>
+        <zookeeper.version>3.8.1</zookeeper.version>
     </properties>
     <dependencyManagement>
         <dependencies>