Skip to content

Commit

Permalink
Prohibit upgrades to Undertow 2.3.15
Browse files Browse the repository at this point in the history
Closes gh-41533
  • Loading branch information
wilkinsona committed Jul 17, 2024
1 parent 4e205ed commit 07b103c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,7 @@ bom {
}
library("Undertow", "2.3.13.Final") {
prohibit {
versionRange "[2.3.14.Final]"
versionRange "[2.3.14.Final,2.3.15.Final]"
because "it contains a regression (https://issues.redhat.com/browse/UNDERTOW-2420)"
}
group("io.undertow") {
Expand Down

0 comments on commit 07b103c

Please sign in to comment.