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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
