This is an automated email from the ASF dual-hosted git repository.
yong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new ab2b29db93 build(deps): bump io.vertx:vertx-core from 4.5.11 to 4.5.24
(#4702)
ab2b29db93 is described below
commit ab2b29db9378cd3094c752b3a2cae20adf3bc088
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 12:03:38 2026 +0800
build(deps): bump io.vertx:vertx-core from 4.5.11 to 4.5.24 (#4702)
* build(deps): bump io.vertx:vertx-core from 4.5.11 to 4.5.24
Bumps [io.vertx:vertx-core](https://github.com/eclipse/vert.x) from 4.5.11
to 4.5.24.
- [Commits](https://github.com/eclipse/vert.x/compare/4.5.11...4.5.24)
---
updated-dependencies:
- dependency-name: io.vertx:vertx-core
dependency-version: 4.5.24
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Fix license issue
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: zymap <[email protected]>
---
bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt | 10 +++++-----
bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt | 10 +++++-----
pom.xml | 2 +-
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt
b/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt
index e6f8d8e191..2ba11752d9 100644
--- a/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt
+++ b/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt
@@ -250,11 +250,11 @@ Apache Software License, Version 2.
- lib/io.prometheus-simpleclient_tracer_common-0.15.0.jar [12]
- lib/io.prometheus-simpleclient_tracer_otel-0.15.0.jar [12]
- lib/io.prometheus-simpleclient_tracer_otel_agent-0.15.0.jar [12]
-- lib/io.vertx-vertx-auth-common-4.5.11.jar [13]
-- lib/io.vertx-vertx-bridge-common-4.5.11.jar [14]
-- lib/io.vertx-vertx-core-4.5.11.jar [15]
-- lib/io.vertx-vertx-web-4.5.11.jar [16]
-- lib/io.vertx-vertx-web-common-4.5.11.jar [16]
+- lib/io.vertx-vertx-auth-common-4.5.24.jar [13]
+- lib/io.vertx-vertx-bridge-common-4.5.24.jar [14]
+- lib/io.vertx-vertx-core-4.5.24.jar [15]
+- lib/io.vertx-vertx-web-4.5.24.jar [16]
+- lib/io.vertx-vertx-web-common-4.5.24.jar [16]
- lib/org.apache.logging.log4j-log4j-api-2.23.1.jar [17]
- lib/org.apache.logging.log4j-log4j-core-2.23.1.jar [17]
- lib/org.apache.logging.log4j-log4j-slf4j2-impl-2.23.1.jar [17]
diff --git a/bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt
b/bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt
index f26b676f12..856ba9617e 100644
--- a/bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt
+++ b/bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt
@@ -250,11 +250,11 @@ Apache Software License, Version 2.
- lib/io.prometheus-simpleclient_tracer_common-0.15.0.jar [12]
- lib/io.prometheus-simpleclient_tracer_otel-0.15.0.jar [12]
- lib/io.prometheus-simpleclient_tracer_otel_agent-0.15.0.jar [12]
-- lib/io.vertx-vertx-auth-common-4.5.11.jar [13]
-- lib/io.vertx-vertx-bridge-common-4.5.11.jar [14]
-- lib/io.vertx-vertx-core-4.5.11.jar [15]
-- lib/io.vertx-vertx-web-4.5.11.jar [16]
-- lib/io.vertx-vertx-web-common-4.5.11.jar [16]
+- lib/io.vertx-vertx-auth-common-4.5.24.jar [13]
+- lib/io.vertx-vertx-bridge-common-4.5.24.jar [14]
+- lib/io.vertx-vertx-core-4.5.24.jar [15]
+- lib/io.vertx-vertx-web-4.5.24.jar [16]
+- lib/io.vertx-vertx-web-common-4.5.24.jar [16]
- lib/org.apache.logging.log4j-log4j-api-2.23.1.jar [17]
- lib/org.apache.logging.log4j-log4j-core-2.23.1.jar [17]
- lib/org.apache.logging.log4j-log4j-slf4j2-impl-2.23.1.jar [17]
diff --git a/pom.xml b/pom.xml
index f2b6db0659..61df7dc992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
<spotless.version>2.43.0</spotless.version>
<javax-annotations-api.version>1.3.2</javax-annotations-api.version>
<testcontainers.version>1.19.4</testcontainers.version>
- <vertx.version>4.5.11</vertx.version>
+ <vertx.version>4.5.24</vertx.version>
<zookeeper.version>3.9.3</zookeeper.version>
<snappy.version>1.1.10.5</snappy.version>
<jctools.version>2.1.2</jctools.version>