From ac72530d852134ffd78dc2e21cd4fd635a9640fe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 07:51:58 +0100 Subject: [PATCH] Upgrade to Undertow 2.2.21.Final Closes gh-33181 --- 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 3c2cd07753..9eef490d0d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1903,7 +1903,7 @@ bom { ] } } - library("Undertow", "2.2.20.Final") { + library("Undertow", "2.2.21.Final") { group("io.undertow") { modules = [ "undertow-core",