Skip to content

Commit

Permalink
Merge branch '3.2.x' into 3.3.x
Browse files Browse the repository at this point in the history
Closes gh-41534
  • Loading branch information
wilkinsona committed Jul 17, 2024
2 parents 326b35f + 07b103c commit 1fccf90
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 @@ -2198,7 +2198,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 1fccf90

Please sign in to comment.