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 2023/02/14 17:20:23 UTC

[accumulo] branch 2.1 updated: Bump ZooKeeper version from 3.8.0 to 3.8.1 (#3194)

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

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


The following commit(s) were added to refs/heads/2.1 by this push:
     new 00b75c85c8 Bump ZooKeeper version from 3.8.0 to 3.8.1 (#3194)
00b75c85c8 is described below

commit 00b75c85c827876290264423cb9143d4d1c19636
Author: Dave Marion <dl...@apache.org>
AuthorDate: Tue Feb 14 12:20:18 2023 -0500

    Bump ZooKeeper version from 3.8.0 to 3.8.1 (#3194)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9f5370115e..0dc8d7c901 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
     <thrift.version>0.17.0</thrift.version>
     <unitTestMemSize>-Xmx1G</unitTestMemSize>
     <!-- ZooKeeper version -->
-    <zookeeper.version>3.8.0</zookeeper.version>
+    <zookeeper.version>3.8.1</zookeeper.version>
   </properties>
   <dependencyManagement>
     <dependencies>