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
  • Loading branch information
lhotari authored Oct 19, 2023
1 parent aae6c71 commit e5120ec
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 @@ -480,9 +480,9 @@ The Apache Software License, Version 2.0
- io.vertx-vertx-web-common-4.3.8.jar
- io.vertx-vertx-grpc-4.3.5.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.5.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 @@ -134,7 +134,7 @@ flexible messaging model and an intuitive client API.</description>
<commons-compress.version>1.21</commons-compress.version>

<bookkeeper.version>4.16.3</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.5</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 @@ -472,8 +472,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
* Perfmark
Expand Down

0 comments on commit e5120ec

Please sign in to comment.