This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 685ee5ee8dbb10fea40d9651b5c9d93193499f75
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 21:01:48 2025 +0200
[fix][sec] Bump io.vertx:vertx-web from 4.5.10 to 4.5.22 (#24889)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lari Hotari <[email protected]>
---
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 ff0577354e2..0b376b21ca3 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.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
+ - 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
* 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 b098c6283a9..31641878df3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,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.10</vertx.version>
+ <vertx.version>4.5.22</vertx.version>
<rocksdb.version>7.9.2</rocksdb.version>
<slf4j.version>1.7.32</slf4j.version>
<commons.collections4.version>4.4</commons.collections4.version>