Browse Source

Upgrade to Undertow 2.3.7.Final

Closes gh-35814
pull/35611/head
Stephane Nicoll 3 years ago
parent
commit
ddeee2bcbf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1501,7 +1501,7 @@ bom { @@ -1501,7 +1501,7 @@ bom {
]
}
}
library("Undertow", "2.3.6.Final") {
library("Undertow", "2.3.7.Final") {
group("io.undertow") {
modules = [
"undertow-core",

Loading…
Cancel
Save