Browse Source

Upgrade to Undertow 2.2.8.Final

Closes gh-26809
pull/26813/head
Stephane Nicoll 5 years ago
parent
commit
4c71e8124d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save