From 1939d23de33ffbd73f1054fc1ae06d8c04e5668f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:32 -0800 Subject: [PATCH] Upgrade to Undertow 2.2.22.Final Closes gh-33585 --- 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 eabc9667e5..72fea7eafc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1897,7 +1897,7 @@ bom { ] } } - library("Undertow", "2.2.20.Final") { + library("Undertow", "2.2.22.Final") { group("io.undertow") { modules = [ "undertow-core",