This is an automated email from the ASF dual-hosted git repository.
StevenLuMT pushed a commit to branch branch-4.17
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.17 by this push:
new 1663a5ff55 Upgrade vertx to 4.5.27 to address CVE-2026-6860 (#4792)
1663a5ff55 is described below
commit 1663a5ff559b617d97f367a64fc9293b55e9f8ec
Author: Lari Hotari <[email protected]>
AuthorDate: Tue May 12 20:40:31 2026 +0800
Upgrade vertx to 4.5.27 to address CVE-2026-6860 (#4792)
(cherry picked from commit 076fabd23d11f16c1d86b72a4619c0b5f4548c13)
---
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 1ea12c953e..0f210128ca 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.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/io.vertx-vertx-auth-common-4.5.27.jar [13]
+- lib/io.vertx-vertx-bridge-common-4.5.27.jar [14]
+- lib/io.vertx-vertx-core-4.5.27.jar [15]
+- lib/io.vertx-vertx-web-4.5.27.jar [16]
+- lib/io.vertx-vertx-web-common-4.5.27.jar [16]
- lib/org.apache.logging.log4j-log4j-api-2.18.0.jar [17]
- lib/org.apache.logging.log4j-log4j-core-2.18.0.jar [17]
- lib/org.apache.logging.log4j-log4j-slf4j-impl-2.18.0.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 c7126000d4..b1c9a33e29 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.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/io.vertx-vertx-auth-common-4.5.27.jar [13]
+- lib/io.vertx-vertx-bridge-common-4.5.27.jar [14]
+- lib/io.vertx-vertx-core-4.5.27.jar [15]
+- lib/io.vertx-vertx-web-4.5.27.jar [16]
+- lib/io.vertx-vertx-web-common-4.5.27.jar [16]
- lib/org.apache.logging.log4j-log4j-api-2.18.0.jar [17]
- lib/org.apache.logging.log4j-log4j-core-2.18.0.jar [17]
- lib/org.apache.logging.log4j-log4j-slf4j-impl-2.18.0.jar [17]
diff --git a/pom.xml b/pom.xml
index 4771d38a22..4ee4407f1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
<spotbugs-annotations.version>4.6.0</spotbugs-annotations.version>
<javax-annotations-api.version>1.3.2</javax-annotations-api.version>
<testcontainers.version>1.19.4</testcontainers.version>
- <vertx.version>4.5.24</vertx.version>
+ <vertx.version>4.5.27</vertx.version>
<zookeeper.version>3.9.3</zookeeper.version>
<snappy.version>1.1.10.5</snappy.version>
<jctools.version>2.1.2</jctools.version>