From 2d491752912e28a7f0a827e7471b8176e4e9f98e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 Aug 2021 09:14:55 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.10.Final Closes gh-27725 --- 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 aab7271d304..3b10781dbae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1822,7 +1822,7 @@ bom { ] } } - library("Undertow", "2.2.8.Final") { + library("Undertow", "2.2.10.Final") { group("io.undertow") { modules = [ "undertow-core",