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
  • Loading branch information
wilkinsona committed Oct 18, 2024
2 parents d6ac527 + 90edd92 commit 66fd0b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,11 @@ bom {
]
}
}
library("Undertow", "2.3.18.Final") {
library("Undertow", "2.3.17.Final") {
prohibit {
versionRange "[2.3.18.Final]"
because "it contains a regression (https://issues.redhat.com/browse/UNDERTOW-2512)"
}
group("io.undertow") {
modules = [
"undertow-core",
Expand Down

0 comments on commit 66fd0b1

Please sign in to comment.