Skip to content

Commit

Permalink
[fix][sec] Upgrade Zookeeper to 3.9.2 to address CVE-2024-23944 (apac…
Browse files Browse the repository at this point in the history
…he#22275)

(cherry picked from commit 2ffcf62)
  • Loading branch information
lhotari authored and nodece committed May 13, 2024
1 parent 84f85bd commit cd04ffc
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 @@ -526,9 +526,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.9.1.jar
- org.apache.zookeeper-zookeeper-jute-3.9.1.jar
- org.apache.zookeeper-zookeeper-prometheus-metrics-3.9.1.jar
- org.apache.zookeeper-zookeeper-3.9.2.jar
- org.apache.zookeeper-zookeeper-jute-3.9.2.jar
- org.apache.zookeeper-zookeeper-prometheus-metrics-3.9.2.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 @@ -113,7 +113,7 @@ flexible messaging model and an intuitive client API.</description>
<commons-compress.version>1.26.0</commons-compress.version>

<bookkeeper.version>4.14.8</bookkeeper.version>
<zookeeper.version>3.9.1</zookeeper.version>
<zookeeper.version>3.9.2</zookeeper.version>
<commons-cli.version>1.5.0</commons-cli.version>
<snappy.version>1.1.10.5</snappy.version> <!-- ZooKeeper server -->
<dropwizardmetrics.version>3.2.5</dropwizardmetrics.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 @@ -471,8 +471,8 @@ The Apache Software License, Version 2.0
- memory-0.8.3.jar
- sketches-core-0.8.3.jar
* Apache Zookeeper
- zookeeper-3.9.1.jar
- zookeeper-jute-3.9.1.jar
- zookeeper-3.9.2.jar
- zookeeper-jute-3.9.2.jar
* Apache Yetus Audience Annotations
- audience-annotations-0.12.0.jar
* Swagger
Expand Down

0 comments on commit cd04ffc

Please sign in to comment.