From c5c07185bfd2693c321732cac5969991121f313d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:48 +0200 Subject: [PATCH] Upgrade to Undertow 2.1.7.Final Closes gh-25978 --- 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 b678723849..7de8c51989 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1831,7 +1831,7 @@ bom { ] } } - library("Undertow", "2.1.6.Final") { + library("Undertow", "2.1.7.Final") { group("io.undertow") { modules = [ "undertow-core",