This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new f8cea0f2bb3 [fix][sec] Bump io.vertx:vertx-web from 4.5.10 to 4.5.22
(#24889)
f8cea0f2bb3 is described below
commit f8cea0f2bb30da8bfdf1b08515871d8172e078be
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 3af6d7e2645..6feaf1663ea 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -495,11 +495,11 @@ The Apache Software License, Version 2.0
* JCTools - Java Concurrency Tools for the JVM
- org.jctools-jctools-core-4.0.5.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 af39df58fdb..1413c1c0c1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,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>2.0.13</slf4j.version>
<commons.collections4.version>4.4</commons.collections4.version>