You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/02/08 20:57:49 UTC

[incubator-pinot] branch upgrade_zk_version created (now 78923dd)

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

xiangfu pushed a change to branch upgrade_zk_version
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


      at 78923dd  Upgrade zookeeper version to 3.4.13

This branch includes the following new commits:

     new 78923dd  Upgrade zookeeper version to 3.4.13

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[incubator-pinot] 01/01: Upgrade zookeeper version to 3.4.13

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch upgrade_zk_version
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 78923dd97c5ae703cbc2da0b9967aa71e42032c6
Author: Xiang Fu <fx...@gmail.com>
AuthorDate: Mon Feb 8 12:57:16 2021 -0800

    Upgrade zookeeper version to 3.4.13
---
 LICENSE-binary | 2 +-
 pom.xml        | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index fca8763..8b57ab9 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -343,7 +343,7 @@ org.apache.parquet:parquet-hadoop:1.8.0
 org.apache.parquet:parquet-jackson:1.8.0
 org.apache.thrift:libthrift:0.12.0
 org.apache.yetus:audience-annotations:0.5.0
-org.apache.zookeeper:zookeeper:3.4.11
+org.apache.zookeeper:zookeeper:3.4.13
 org.codehaus.groovy:groovy-all:2.4.8
 org.codehaus.jackson:jackson-core-asl:1.9.13
 org.codehaus.jackson:jackson-mapper-asl:1.9.13
diff --git a/pom.xml b/pom.xml
index 5676edc..a8605a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,7 @@
     <parquet.version>1.8.0</parquet.version>
     <helix.version>0.9.8</helix.version>
     <zkclient.version>0.7</zkclient.version>
+    <zookeeper.version>3.4.13</zookeeper.version>
     <jackson.version>2.9.8</jackson.version>
     <async-http-client.version>1.9.21</async-http-client.version>
     <jersey.version>2.28</jersey.version>
@@ -615,7 +616,7 @@
       <dependency>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper</artifactId>
-        <version>3.4.11</version>
+        <version>${zookeeper.version}</version>
         <exclusions>
           <exclusion>
             <groupId>log4j</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org