From b44a7ae3f601f865ffe5f75fe0c072d41f23333f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 07:35:27 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.10.Final Closes gh-27673 --- 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 852b757968..f4658249db 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1734,7 +1734,7 @@ bom { ] } } - library("Undertow", "2.2.9.Final") { + library("Undertow", "2.2.10.Final") { group("io.undertow") { modules = [ "undertow-core",