This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2.10 by this push:
new 7d8ee99 HADOOP-17253. Upgrade zookeeper to 3.4.14 on branch-2.10.
(#2289)
7d8ee99 is described below
commit 7d8ee990cd9a16628b41a174db353c292de132c6
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Thu Sep 10 20:37:32 2020 +0900
HADOOP-17253. Upgrade zookeeper to 3.4.14 on branch-2.10. (#2289)
---
hadoop-project/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index f217c1c..2fba1cb 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -89,8 +89,8 @@
<protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version>
<os-maven-plugin.version>1.5.0.Final</os-maven-plugin.version>
- <zookeeper.version>3.4.9</zookeeper.version>
- <curator.version>2.7.1</curator.version>
+ <zookeeper.version>3.4.14</zookeeper.version>
+ <curator.version>2.13.0</curator.version>
<findbugs.version>3.0.5</findbugs.version>
<tomcat.version>8.5.43</tomcat.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]