Browse Source

Merge pull request #43333 from BenchmarkingBuffalo

* pr/43333:
  Remove prohibited undertow upgrade restriction

Closes gh-43333
pull/43494/head
Stéphane Nicoll 1 year ago
parent
commit
2f0593f115
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2468,10 +2468,6 @@ bom { @@ -2468,10 +2468,6 @@ bom {
}
}
library("Undertow", "2.3.17.Final") {
prohibit {
versionRange "[2.3.18.Final]"
because "requires new framework patch due to regression (https://issues.redhat.com/browse/UNDERTOW-2512)"
}
group("io.undertow") {
modules = [
"undertow-core",

Loading…
Cancel
Save