This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch branch-2.8 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 09290157d8b7ded1387bc19cf412d59296756949 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 (cherry picked from commit aa36eb8e933704ffdccbda9b4f1fded39c6e135c) --- 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 3005df8..d9874a0 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 578c05d..f4ce36c 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 0933670..b155e45 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
