Browse Source

Upgrade to Undertow 2.3.9.Final

Closes gh-37860
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
be082cad7d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save