Upgrade to Undertow 2.3.18.Final and remove prohibit restriction
Closes gh-43166
This commit is contained in:
parent
32b729fbad
commit
b6a6c9dbc4
|
@ -2414,11 +2414,7 @@ bom {
|
||||||
releaseNotes("https://github.com/pingidentity/ldapsdk/releases/tag/{version}")
|
releaseNotes("https://github.com/pingidentity/ldapsdk/releases/tag/{version}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Undertow", "2.3.17.Final") {
|
library("Undertow", "2.3.18.Final") {
|
||||||
prohibit {
|
|
||||||
versionRange "[2.3.18.Final]"
|
|
||||||
because "requires new framework patch due to regression (https://issues.redhat.com/browse/UNDERTOW-2512)"
|
|
||||||
}
|
|
||||||
group("io.undertow") {
|
group("io.undertow") {
|
||||||
modules = [
|
modules = [
|
||||||
"undertow-core",
|
"undertow-core",
|
||||||
|
|
Loading…
Reference in New Issue