From b6a6c9dbc4d69ca13f9167acc3670372119a254d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 14 Nov 2024 10:42:25 -0800 Subject: [PATCH] Upgrade to Undertow 2.3.18.Final and remove prohibit restriction Closes gh-43166 --- spring-boot-project/spring-boot-dependencies/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index fdbf83b43cd..e8129534ed6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2414,11 +2414,7 @@ bom { releaseNotes("https://github.com/pingidentity/ldapsdk/releases/tag/{version}") } } - library("Undertow", "2.3.17.Final") { - prohibit { - versionRange "[2.3.18.Final]" - because "requires new framework patch due to regression (https://issues.redhat.com/browse/UNDERTOW-2512)" - } + library("Undertow", "2.3.18.Final") { group("io.undertow") { modules = [ "undertow-core",