Browse Source

Prohibit upgrading to Undertow 2.3.14.Final

Closes gh-41332
pull/41443/head
Andy Wilkinson 2 years ago
parent
commit
293739b9f0
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2213,6 +2213,10 @@ bom { @@ -2213,6 +2213,10 @@ bom {
}
}
library("Undertow", "2.3.13.Final") {
prohibit {
versionRange "[2.3.14.Final]"
because "it contains a regression (https://issues.redhat.com/browse/UNDERTOW-2420)"
}
group("io.undertow") {
modules = [
"undertow-core",

Loading…
Cancel
Save