From 17a13de8550c601f86a08113c2da5246372b295b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:52:37 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.7.Final Closes gh-26073 --- 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 90d62295ca1..2c893b3e950 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1811,7 +1811,7 @@ bom { ] } } - library("Undertow", "2.2.5.Final") { + library("Undertow", "2.2.7.Final") { group("io.undertow") { modules = [ "undertow-core",