Skip to content

Commit

Permalink
[fix][sec] Upgrade vertx to 4.5.10 to address CVE-2024-8391 (apache#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Sep 23, 2024
1 parent 7d4ac9d commit 501dfde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -491,11 +491,11 @@ The Apache Software License, Version 2.0
* JCTools - Java Concurrency Tools for the JVM
- org.jctools-jctools-core-2.1.2.jar
* Vertx
- io.vertx-vertx-auth-common-4.5.8.jar
- io.vertx-vertx-bridge-common-4.5.8.jar
- io.vertx-vertx-core-4.5.8.jar
- io.vertx-vertx-web-4.5.8.jar
- io.vertx-vertx-web-common-4.5.8.jar
- io.vertx-vertx-auth-common-4.5.10.jar
- io.vertx-vertx-bridge-common-4.5.10.jar
- io.vertx-vertx-core-4.5.10.jar
- 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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ flexible messaging model and an intuitive client API.</description>
<jersey.version>2.42</jersey.version>
<athenz.version>1.10.50</athenz.version>
<prometheus.version>0.16.0</prometheus.version>
<vertx.version>4.5.8</vertx.version>
<vertx.version>4.5.10</vertx.version>
<rocksdb.version>7.9.2</rocksdb.version>
<slf4j.version>2.0.13</slf4j.version>
<commons.collections4.version>4.4</commons.collections4.version>
Expand Down

0 comments on commit 501dfde

Please sign in to comment.