Browse Source

Upgrade to Undertow 2.2.17.Final

Closes gh-30681
pull/30692/head
Stephane Nicoll 4 years ago
parent
commit
be2b70452e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1884,7 +1884,7 @@ bom { @@ -1884,7 +1884,7 @@ bom {
]
}
}
library("Undertow", "2.2.16.Final") {
library("Undertow", "2.2.17.Final") {
group("io.undertow") {
modules = [
"undertow-core",

Loading…
Cancel
Save