[fix][sec][branch-4.x] Upgrade vertx to 4.5.32 - #26437
Merged
Technoboy- merged 1 commit intoAug 31, 2026
Merged
Conversation
Upgrades Vert.x from 4.5.28 to 4.5.32 to pick up the security and robustness fixes released in 4.5.29 - 4.5.32: - 4.5.29: vertx-web response not ended on edge error cases; transitive Netty 4.1.136.Final and Jackson 2.21.5 bumps - 4.5.30: the default HTTP client redirect handler now strips sensitive headers on cross-origin redirects by default, plus WebClient HTTP state management improvements - 4.5.31: JDK PQC availability detection - 4.5.32: transitive Netty 4.1.137 bump; vertx-json-schema recursive $ref fix Release notes: https://github.com/vert-x3/wiki/wiki/4.5.29-Release-Notes https://github.com/vert-x3/wiki/wiki/4.5.30-Release-Notes https://github.com/vert-x3/wiki/wiki/4.5.31-Release-Notes https://github.com/vert-x3/wiki/wiki/4.5.32-Release-Notes
lhotari
requested review from
Technoboy-,
dao-jun,
david-streamlio,
merlimat and
nodece
August 31, 2026 08:52
Technoboy-
approved these changes
Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Vert.x 4.5.28 is currently used in branch-4.2. Versions 4.5.29 - 4.5.32 contain security and robustness fixes, both directly in Vert.x and in its transitive dependencies. Upgrading keeps the shipped Vert.x (used by the BookKeeper HTTP server and jetcd) free of known vulnerable versions.
Notable changes picked up by this upgrade:
$reffixRelease notes:
Modifications
vertx.versionfrom4.5.28to4.5.32in the rootpom.xmldistribution/server/src/assemble/LICENSE.bin.txtThis is a patch-level upgrade within the Vert.x 4.5.x line, so no source changes are required.
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
docdoc-requireddoc-not-neededdoc-complete