Browse Source

Upgrade to Undertow 2.2.14.Final

Closes gh-29051
pull/29161/head
Stephane Nicoll 4 years ago
parent
commit
97ee63b55b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save