From e7ece77a7c7282e94e1dc4c4386734c3df402652 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Mar 2020 12:20:55 +0000 Subject: [PATCH] Upgrade to Undertow 2.0.30.Final Closes gh-20514 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e94c4bdf30..95accfa5ff 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1781,7 +1781,7 @@ bom { ] } } - library("Undertow", "2.0.29.Final") { + library("Undertow", "2.0.30.Final") { group("io.undertow") { modules = [ "undertow-core",