You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/07/28 17:32:38 UTC

[orc] branch main updated: ORC-874: Bump zookeeper from 3.6.2 to 3.7.0 (#779)

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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new d67e576  ORC-874: Bump zookeeper from 3.6.2 to 3.7.0 (#779)
d67e576 is described below

commit d67e576b372a9857c889ea8fe52dce3efcd234a9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 28 10:32:31 2021 -0700

    ORC-874: Bump zookeeper from 3.6.2 to 3.7.0 (#779)
    
    According to the release note, it looks safe.
    
    http://zookeeper.apache.org/releases.html#releasenotes
    
    > ZooKeeper 3.7.0 clients are compatible with 3.5 and 3.6 servers as long as you are not using new APIs not present these versions.
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index ed81443..1cdeca0 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -73,7 +73,7 @@
     <hadoop.version>2.7.3</hadoop.version>
     <tools.hadoop.version>2.10.1</tools.hadoop.version>
     <storage-api.version>2.7.2</storage-api.version>
-    <zookeeper.version>3.6.2</zookeeper.version>
+    <zookeeper.version>3.7.0</zookeeper.version>
     <maven.version>3.6.3</maven.version>
     <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
     <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>