You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/05/12 14:40:20 UTC

[accumulo] branch master updated: Update ZooKeeper to 3.5.8

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 14dd12c  Update ZooKeeper to 3.5.8
14dd12c is described below

commit 14dd12c3a97f44cd6c0273552ce8bc3b5439cd20
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue May 12 10:40:04 2020 -0400

    Update ZooKeeper to 3.5.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26ffe5d..aa2c98d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
     <thrift.version>0.12.0</thrift.version>
     <unitTestMemSize>-Xmx1G</unitTestMemSize>
     <!-- ZooKeeper version -->
-    <zookeeper.version>3.5.7</zookeeper.version>
+    <zookeeper.version>3.5.8</zookeeper.version>
   </properties>
   <dependencyManagement>
     <dependencies>