Browse Source

Upgrade to Undertow 2.3.10.Final

Closes gh-37934
pull/37973/head
Andy Wilkinson 2 years ago
parent
commit
79ab4c4fa7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save