Upgrade to Undertow 2.1.0.Final

Closes gh-21278
This commit is contained in:
Andy Wilkinson 2020-04-30 19:46:50 +01:00
parent 1f00938c5a
commit 79a2e7f469
1 changed files with 2 additions and 1 deletions

View File

@ -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 {
} }
} }
} }