Skip to content

Commit 501dfde

Browse files
authored
[fix][sec] Upgrade vertx to 4.5.10 to address CVE-2024-8391 (#23338)
1 parent 7d4ac9d commit 501dfde

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

distribution/server/src/assemble/LICENSE.bin.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -491,11 +491,11 @@ The Apache Software License, Version 2.0
491491
* JCTools - Java Concurrency Tools for the JVM
492492
- org.jctools-jctools-core-2.1.2.jar
493493
* Vertx
494-
- io.vertx-vertx-auth-common-4.5.8.jar
495-
- io.vertx-vertx-bridge-common-4.5.8.jar
496-
- io.vertx-vertx-core-4.5.8.jar
497-
- io.vertx-vertx-web-4.5.8.jar
498-
- io.vertx-vertx-web-common-4.5.8.jar
494+
- io.vertx-vertx-auth-common-4.5.10.jar
495+
- io.vertx-vertx-bridge-common-4.5.10.jar
496+
- io.vertx-vertx-core-4.5.10.jar
497+
- io.vertx-vertx-web-4.5.10.jar
498+
- io.vertx-vertx-web-common-4.5.10.jar
499499
* Apache ZooKeeper
500500
- org.apache.zookeeper-zookeeper-3.9.2.jar
501501
- org.apache.zookeeper-zookeeper-jute-3.9.2.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ flexible messaging model and an intuitive client API.</description>
155155
<jersey.version>2.42</jersey.version>
156156
<athenz.version>1.10.50</athenz.version>
157157
<prometheus.version>0.16.0</prometheus.version>
158-
<vertx.version>4.5.8</vertx.version>
158+
<vertx.version>4.5.10</vertx.version>
159159
<rocksdb.version>7.9.2</rocksdb.version>
160160
<slf4j.version>2.0.13</slf4j.version>
161161
<commons.collections4.version>4.4</commons.collections4.version>

0 commit comments

Comments
 (0)