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 2019/06/05 17:43:27 UTC

[accumulo] branch 2.0 updated: Update ZooKeeper (CVE-2019-0201)

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

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


The following commit(s) were added to refs/heads/2.0 by this push:
     new c8776a9  Update ZooKeeper (CVE-2019-0201)
c8776a9 is described below

commit c8776a9d08da2638b6e3c1c580a1242c3a6683ed
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Jun 5 13:42:31 2019 -0400

    Update ZooKeeper (CVE-2019-0201)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index abdf081..b186bb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
     <thrift.version>0.12.0</thrift.version>
     <unitTestMemSize>-Xmx1G</unitTestMemSize>
     <!-- ZooKeeper version -->
-    <zookeeper.version>3.4.13</zookeeper.version>
+    <zookeeper.version>3.4.14</zookeeper.version>
   </properties>
   <dependencyManagement>
     <dependencies>