Browse Source

Upgrade to Undertow 2.3.9.Final

Closes gh-37850
pull/38325/head
Andy Wilkinson 2 years ago
parent
commit
6a7fc6bee8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1531,7 +1531,7 @@ bom { @@ -1531,7 +1531,7 @@ bom {
]
}
}
library("Undertow", "2.3.8.Final") {
library("Undertow", "2.3.9.Final") {
group("io.undertow") {
modules = [
"undertow-core",

Loading…
Cancel
Save