This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch chore/undertow-rc1 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 888f1840cae2418410b90f9e5cfb208e05d80ae4 Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Mar 9 14:10:53 2026 +0100 chore(deps): Bump Undertow to 2.4.0.RC1 and Undertow EE to 2.0.0.RC1 --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 9dc6db60e204..29403b0765cb 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -540,8 +540,8 @@ <tika-version>3.2.3</tika-version> <twilio-version>11.3.4</twilio-version> <twitter4j-version>4.1.2</twitter4j-version> - <undertow-version>2.4.0.Alpha1</undertow-version> - <undertow-ee-version>2.0.0.Alpha2</undertow-ee-version> + <undertow-version>2.4.0.RC1</undertow-version> + <undertow-ee-version>2.0.0.RC1</undertow-ee-version> <univocity-parsers-version>2.10.2</univocity-parsers-version> <validation-api-version>2.0.1.Final</validation-api-version> <vavr-version>1.0.0</vavr-version>
