Skip to content

Commit

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

(cherry picked from commit d7433d0)
(cherry picked from commit b5dfd4b)
  • Loading branch information
lhotari authored and nikhil-ctds committed Nov 20, 2024
1 parent 28d7939 commit f110dec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,9 @@ The Apache Software License, Version 2.0
- org.apache.avro-avro-1.11.4.jar
- org.apache.avro-avro-protobuf-1.11.4.jar
* Apache Curator
- org.apache.curator-curator-client-5.1.0.jar
- org.apache.curator-curator-framework-5.1.0.jar
- org.apache.curator-curator-recipes-5.1.0.jar
- org.apache.curator-curator-client-5.7.1.jar
- org.apache.curator-curator-framework-5.7.1.jar
- org.apache.curator-curator-recipes-5.7.1.jar
* Apache Yetus
- org.apache.yetus-audience-annotations-0.12.0.jar
* Kubernetes Client
Expand All @@ -482,9 +482,9 @@ The Apache Software License, Version 2.0
- io.vertx-vertx-web-4.5.10.jar
- io.vertx-vertx-web-common-4.5.10.jar
* Apache ZooKeeper
- 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
- org.apache.zookeeper-zookeeper-3.9.3.jar
- org.apache.zookeeper-zookeeper-jute-3.9.3.jar
- org.apache.zookeeper-zookeeper-prometheus-metrics-3.9.3.jar
* Snappy Java
- org.xerial.snappy-snappy-java-1.1.10.5.jar
* Google HTTP Client
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ flexible messaging model and an intuitive client API.</description>
<commons-compress.version>1.26.0</commons-compress.version>

<bookkeeper.version>4.16.6</bookkeeper.version>
<zookeeper.version>3.9.2</zookeeper.version>
<zookeeper.version>3.9.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 -->
<dropwizardmetrics.version>4.1.12.1</dropwizardmetrics.version> <!-- ZooKeeper server -->
<curator.version>5.1.0</curator.version>
<curator.version>5.7.1</curator.version>
<netty.version>4.1.113.Final</netty.version>
<netty-iouring.version>0.0.21.Final</netty-iouring.version>
<jetty.version>9.4.56.v20240826</jetty.version>
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 @@ -467,8 +467,8 @@ The Apache Software License, Version 2.0
- memory-0.8.3.jar
- sketches-core-0.8.3.jar
* Apache Zookeeper
- zookeeper-3.9.2.jar
- zookeeper-jute-3.9.2.jar
- zookeeper-3.9.3.jar
- zookeeper-jute-3.9.3.jar
* Apache Yetus Audience Annotations
- audience-annotations-0.12.0.jar
* Perfmark
Expand Down

0 comments on commit f110dec

Please sign in to comment.