Browse Source

Upgrade to Undertow 2.2.14.Final

Closes gh-29246
pull/29200/head
Stephane Nicoll 4 years ago
parent
commit
67f8b0484d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save