Browse Source

Upgrade to Undertow 2.2.7.Final

Closes gh-26020
pull/26435/head
Stephane Nicoll 5 years ago
parent
commit
b2d167c186
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1723,7 +1723,7 @@ bom { @@ -1723,7 +1723,7 @@ bom {
]
}
}
library("Undertow", "2.2.5.Final") {
library("Undertow", "2.2.7.Final") {
group("io.undertow") {
modules = [
"undertow-core",

Loading…
Cancel
Save