Browse Source

Upgrade to Undertow 2.2.4.Final

Closes gh-25254
pull/25264/head
Andy Wilkinson 5 years ago
parent
commit
cc4bace12b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1791,7 +1791,7 @@ bom { @@ -1791,7 +1791,7 @@ bom {
]
}
}
library("Undertow", "2.2.3.Final") {
library("Undertow", "2.2.4.Final") {
group("io.undertow") {
modules = [
"undertow-core",

Loading…
Cancel
Save