Browse Source

Upgrade to Undertow 2.2.14.Final

Closes gh-29072
pull/29089/head
Stephane Nicoll 4 years ago
parent
commit
4f14428351
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1812,7 +1812,7 @@ bom { @@ -1812,7 +1812,7 @@ bom {
]
}
}
library("Undertow", "2.2.12.Final") {
library("Undertow", "2.2.14.Final") {
group("io.undertow") {
modules = [
"undertow-core",

Loading…
Cancel
Save