From 63de8dec1f4471d15d0f0193f7145f05e566ee99 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:27 +0000 Subject: [PATCH] Upgrade to Undertow 2.1.6.Final Closes gh-25204 --- 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 85bbe29a1a..eda3825fe9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1830,7 +1830,7 @@ bom { ] } } - library("Undertow", "2.1.5.Final") { + library("Undertow", "2.1.6.Final") { group("io.undertow") { modules = [ "undertow-core",