Browse Source

Upgrade to Undertow 2.2.4.Final

Closes gh-25224
pull/25507/head
Andy Wilkinson 5 years ago
parent
commit
5a21395b0b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save