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

technoboy pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 3eed289789a [fix][build] update the zookeeper version to 3.6.4 (#20333)
3eed289789a is described below

commit 3eed289789a8781e2d19526dfe808433cc679339
Author: Yan Zhao <[email protected]>
AuthorDate: Wed May 17 20:49:48 2023 +0800

    [fix][build] update the zookeeper version to 3.6.4 (#20333)
    
    Co-authored-by: Jiwe Guo <[email protected]>
---
 distribution/server/src/assemble/LICENSE.bin.txt | 8 ++++----
 pom.xml                                          | 2 +-
 pulsar-sql/presto-distribution/LICENSE           | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index eeebeb15ba2..5a134f2a976 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -498,7 +498,7 @@ The Apache Software License, Version 2.0
     - org.apache.curator-curator-framework-5.1.0.jar
     - org.apache.curator-curator-recipes-5.1.0.jar
   * Apache Yetus
-    - org.apache.yetus-audience-annotations-0.5.0.jar
+    - org.apache.yetus-audience-annotations-0.13.0.jar
   * Kubernetes Client
     - io.kubernetes-client-java-18.0.0.jar
     - io.kubernetes-client-java-api-18.0.0.jar
@@ -522,9 +522,9 @@ The Apache Software License, Version 2.0
     - io.vertx-vertx-web-3.9.8.jar
     - io.vertx-vertx-web-common-3.9.8.jar
   * Apache ZooKeeper
-    - org.apache.zookeeper-zookeeper-3.6.3.jar
-    - org.apache.zookeeper-zookeeper-jute-3.6.3.jar
-    - org.apache.zookeeper-zookeeper-prometheus-metrics-3.6.3.jar
+    - org.apache.zookeeper-zookeeper-3.6.4.jar
+    - org.apache.zookeeper-zookeeper-jute-3.6.4.jar
+    - org.apache.zookeeper-zookeeper-prometheus-metrics-3.6.4.jar
   * Snappy Java
     - org.xerial.snappy-snappy-java-1.1.7.jar
   * Google HTTP Client
diff --git a/pom.xml b/pom.xml
index 9b3bd1e0880..83705eb1b55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <commons-compress.version>1.21</commons-compress.version>
 
     <bookkeeper.version>4.14.7</bookkeeper.version>
-    <zookeeper.version>3.6.3</zookeeper.version>
+    <zookeeper.version>3.6.4</zookeeper.version>
     <commons-cli.version>1.5.0</commons-cli.version>
     <snappy.version>1.1.7</snappy.version> <!-- ZooKeeper server -->
     <dropwizardmetrics.version>3.2.5</dropwizardmetrics.version> <!-- 
ZooKeeper server -->
diff --git a/pulsar-sql/presto-distribution/LICENSE 
b/pulsar-sql/presto-distribution/LICENSE
index aff504d3de2..9cddebb0ef0 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -470,10 +470,10 @@ The Apache Software License, Version 2.0
     - memory-0.8.3.jar
     - sketches-core-0.8.3.jar
   * Apache Zookeeper
-    - zookeeper-3.6.3.jar
-    - zookeeper-jute-3.6.3.jar
+    - zookeeper-3.6.4.jar
+    - zookeeper-jute-3.6.4.jar
   * Apache Yetus Audience Annotations
-    - audience-annotations-0.5.0.jar
+    - audience-annotations-0.13.0.jar
   * Swagger
     - swagger-annotations-1.6.10.jar
   * Perfmark

Reply via email to