From 2df947cedb30b6b0c8825c6712587189447d8d67 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 14:25:38 +0200 Subject: [PATCH] Upgrade to Undertow 2.1.4.Final Closes gh-23318 --- 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 be242b9a3c..9abf9be599 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1823,7 +1823,7 @@ bom { ] } } - library("Undertow", "2.1.3.Final") { + library("Undertow", "2.1.4.Final") { group("io.undertow") { modules = [ "undertow-core",