From bc600265320fc839c9600837adddca1c8746151b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:34:04 +0000 Subject: [PATCH] Upgrade to Undertow 2.2.23.Final Closes gh-34250 --- 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 1ba76acf3fe..85b2afd3a5d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1955,7 +1955,7 @@ bom { ] } } - library("Undertow", "2.2.22.Final") { + library("Undertow", "2.2.23.Final") { group("io.undertow") { modules = [ "undertow-core",