Skip to content

Commit b6a6c9d

Browse files
committed
Upgrade to Undertow 2.3.18.Final and remove prohibit restriction
Closes gh-43166
1 parent 32b729f commit b6a6c9d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,11 +2414,7 @@ bom {
24142414
releaseNotes("https://github.com/pingidentity/ldapsdk/releases/tag/{version}")
24152415
}
24162416
}
2417-
library("Undertow", "2.3.17.Final") {
2418-
prohibit {
2419-
versionRange "[2.3.18.Final]"
2420-
because "requires new framework patch due to regression (https://issues.redhat.com/browse/UNDERTOW-2512)"
2421-
}
2417+
library("Undertow", "2.3.18.Final") {
24222418
group("io.undertow") {
24232419
modules = [
24242420
"undertow-core",

0 commit comments

Comments
 (0)