Upgrade to Undertow 2.3.18.Final and remove prohibit restriction

Closes gh-43166
This commit is contained in:
Phillip Webb 2024-11-14 10:42:25 -08:00
parent 32b729fbad
commit b6a6c9dbc4
1 changed files with 1 additions and 5 deletions

View File

@ -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",