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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new aa36eb8  [Security] Upgrade Zookeeper to 3.6.3 (#10852)
aa36eb8 is described below

commit aa36eb8e933704ffdccbda9b4f1fded39c6e135c
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Jun 7 20:27:23 2021 +0300

    [Security] Upgrade Zookeeper to 3.6.3 (#10852)
    
    - Zookeeper 3.6.2 gets flagged as vulnerable
      
https://ossindex.sonatype.org/component/pkg:maven/org.apache.zookeeper/[email protected]
      because of using vulnerable Netty version
---
 distribution/server/src/assemble/LICENSE.bin.txt | 6 +++---
 pom.xml                                          | 2 +-
 pulsar-sql/presto-distribution/LICENSE           | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 1b40206..ea07c3c 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -510,9 +510,9 @@ The Apache Software License, Version 2.0
     - io.vertx-vertx-core-3.5.4.jar
     - io.vertx-vertx-web-3.5.4.jar
   * Apache ZooKeeper
-    - org.apache.zookeeper-zookeeper-3.6.2.jar
-    - org.apache.zookeeper-zookeeper-jute-3.6.2.jar
-    - org.apache.zookeeper-zookeeper-prometheus-metrics-3.6.2.jar
+    - 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
   * Snappy Java
     - org.xerial.snappy-snappy-java-1.1.7.jar
   * Google HTTP Client
diff --git a/pom.xml b/pom.xml
index cfb6064..735e28a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <commons-compress.version>1.19</commons-compress.version>
 
     <bookkeeper.version>4.14.1</bookkeeper.version>
-    <zookeeper.version>3.6.2</zookeeper.version>
+    <zookeeper.version>3.6.3</zookeeper.version>
     <snappy.version>1.1.7</snappy.version> <!-- ZooKeeper server -->
     <dropwizardmetrics.version>3.2.5</dropwizardmetrics.version> <!-- 
ZooKeeper server -->
     <curator.version>5.1.0</curator.version>
diff --git a/pulsar-sql/presto-distribution/LICENSE 
b/pulsar-sql/presto-distribution/LICENSE
index 7b92783..7450a5c 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -448,9 +448,9 @@ The Apache Software License, Version 2.0
     - memory-0.8.3.jar
     - sketches-core-0.8.3.jar
   * Apache Zookeeper
-    - zookeeper-3.6.2.jar
-    - zookeeper-jute-3.6.2.jar
-    - zookeeper-prometheus-metrics-3.6.2.jar
+    - zookeeper-3.6.3.jar
+    - zookeeper-jute-3.6.3.jar
+    - zookeeper-prometheus-metrics-3.6.3.jar
   * Apache Yetus Audience Annotations
     - audience-annotations-0.5.0.jar
   * Swagger

Reply via email to