Skip to content

Commit

Permalink
[fix][sec] Upgrade Zookeeper to 3.8.3 to address CVE-2023-44981 (apac…
Browse files Browse the repository at this point in the history
…he#21398)

(cherry picked from commit e5120ec)
  • Loading branch information
lhotari authored and shibd committed Oct 23, 2023
1 parent 3cd9317 commit e76f20c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,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.8.1.jar
- org.apache.zookeeper-zookeeper-jute-3.8.1.jar
- org.apache.zookeeper-zookeeper-prometheus-metrics-3.8.1.jar
- org.apache.zookeeper-zookeeper-3.8.3.jar
- org.apache.zookeeper-zookeeper-jute-3.8.3.jar
- org.apache.zookeeper-zookeeper-prometheus-metrics-3.8.3.jar
* Snappy Java
- org.xerial.snappy-snappy-java-1.1.10.1.jar
* Google HTTP Client
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ flexible messaging model and an intuitive client API.</description>
<commons-compress.version>1.21</commons-compress.version>

<bookkeeper.version>4.15.4</bookkeeper.version>
<zookeeper.version>3.8.1</zookeeper.version>
<zookeeper.version>3.8.3</zookeeper.version>
<commons-cli.version>1.5.0</commons-cli.version>
<commons-text.version>1.10.0</commons-text.version>
<snappy.version>1.1.10.1</snappy.version> <!-- ZooKeeper server -->
Expand Down
4 changes: 2 additions & 2 deletions pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ The Apache Software License, Version 2.0
- memory-0.8.3.jar
- sketches-core-0.8.3.jar
* Apache Zookeeper
- zookeeper-3.8.1.jar
- zookeeper-jute-3.8.1.jar
- zookeeper-3.8.3.jar
- zookeeper-jute-3.8.3.jar
* Apache Yetus Audience Annotations
- audience-annotations-0.12.0.jar
* Swagger
Expand Down

0 comments on commit e76f20c

Please sign in to comment.