Merge branch '3.2.x' into 3.3.x

See gh-42756
This commit is contained in:
Andy Wilkinson 2024-10-18 12:02:07 +01:00
commit 66fd0b179a
1 changed files with 5 additions and 1 deletions

View File

@ -2259,7 +2259,11 @@ bom {
] ]
} }
} }
library("Undertow", "2.3.18.Final") { library("Undertow", "2.3.17.Final") {
prohibit {
versionRange "[2.3.18.Final]"
because "it contains a regression (https://issues.redhat.com/browse/UNDERTOW-2512)"
}
group("io.undertow") { group("io.undertow") {
modules = [ modules = [
"undertow-core", "undertow-core",