From 2af93b5297a9c9beba8469f5db69a5d991df6257 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:18:16 +0100 Subject: [PATCH] Upgrade to Undertow 2.0.29.Final Closes gh-20096 --- 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 60cc29ee0a..c0d997c7d4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1758,7 +1758,7 @@ bom { ] } } - library("Undertow", "2.0.28.Final") { + library("Undertow", "2.0.29.Final") { group("io.undertow") { modules = [ "undertow-core",