Browse Source

Upgrade to Undertow 2.3.5.Final

Closes gh-34890
pull/34945/head
Stephane Nicoll 3 years ago
parent
commit
de700d50a1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1507,7 +1507,7 @@ bom { @@ -1507,7 +1507,7 @@ bom {
]
}
}
library("Undertow", "2.3.4.Final") {
library("Undertow", "2.3.5.Final") {
group("io.undertow") {
modules = [
"undertow-core",

Loading…
Cancel
Save