Skip to content

Commit

Permalink
[fix][sec] Upgrade Zookeeper to 3.9.3 to address CVE-2024-51504 (#23581)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored Nov 12, 2024
1 parent 7822dca commit d7433d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 @@ -464,9 +464,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 Down Expand Up @@ -498,9 +498,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 @@ -140,12 +140,12 @@ flexible messaging model and an intuitive client API.</description>
<commons-compress.version>1.26.0</commons-compress.version>

<bookkeeper.version>4.17.1</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.24.Final</netty-iouring.version>
<jetty.version>9.4.56.v20240826</jetty.version>
Expand Down

0 comments on commit d7433d0

Please sign in to comment.