Browse Source

Merge branch '3.2.x' into 3.3.x

See gh-42756
pull/43204/head
Andy Wilkinson 1 year ago
parent
commit
66fd0b179a
  1. 6
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2259,7 +2259,11 @@ bom { @@ -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",

Loading…
Cancel
Save