Skip to content

Commit

Permalink
Upgrade to Undertow 2.3.18.Final and remove prohibit restriction
Browse files Browse the repository at this point in the history
Closes gh-43166
  • Loading branch information
philwebb committed Nov 14, 2024
1 parent 32b729f commit b6a6c9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b6a6c9d

Please sign in to comment.