Browse Source

Upgrade to Undertow 2.1.0.Final

Closes gh-21278
pull/21283/head
Andy Wilkinson 6 years ago
parent
commit
79a2e7f469
  1. 3
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1788,7 +1788,7 @@ bom {
] ]
} }
} }
library("Undertow", "2.0.30.Final") { library("Undertow", "2.1.0.Final") {
group("io.undertow") { group("io.undertow") {
modules = [ modules = [
"undertow-core", "undertow-core",
@ -1851,3 +1851,4 @@ bom {
} }
} }
} }

Loading…
Cancel
Save