This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 026cccf857d7bda5b692f71c31180a4f4cee0a9b Author: Lari Hotari <[email protected]> AuthorDate: Fri Jan 16 12:43:50 2026 +0200 [fix][sec] Upgrade vertx to address CVE-2026-1002 (#25152) (cherry picked from commit dff4f1e95aee2addffa6db38e19984755f5aca38) --- distribution/server/src/assemble/LICENSE.bin.txt | 10 +++++----- pom.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt index 95d2bd23fb2..7c1181c65f7 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -476,11 +476,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.22.jar - - io.vertx-vertx-bridge-common-4.5.22.jar - - io.vertx-vertx-core-4.5.22.jar - - io.vertx-vertx-web-4.5.22.jar - - io.vertx-vertx-web-common-4.5.22.jar + - io.vertx-vertx-auth-common-4.5.24.jar + - io.vertx-vertx-bridge-common-4.5.24.jar + - io.vertx-vertx-core-4.5.24.jar + - io.vertx-vertx-web-4.5.24.jar + - io.vertx-vertx-web-common-4.5.24.jar * Apache ZooKeeper - org.apache.zookeeper-zookeeper-3.9.4.jar - org.apache.zookeeper-zookeeper-jute-3.9.4.jar diff --git a/pom.xml b/pom.xml index ec6f4f88698..4a81b436905 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ flexible messaging model and an intuitive client API.</description> <jersey.version>2.42</jersey.version> <athenz.version>1.10.62</athenz.version> <prometheus.version>0.16.0</prometheus.version> - <vertx.version>4.5.22</vertx.version> + <vertx.version>4.5.24</vertx.version> <rocksdb.version>7.9.2</rocksdb.version> <slf4j.version>1.7.32</slf4j.version> <commons.collections4.version>4.4</commons.collections4.version>
