From c3dee4e2614748e1439db8f98c6b24d82ad42d8b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 13:22:26 +0000 Subject: [PATCH] Upgrade to Undertow 2.3.3.Final Closes gh-33807 --- 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 0c497ee368..5e136f21f6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1504,7 +1504,7 @@ bom { ] } } - library("Undertow", "2.3.2.Final") { + library("Undertow", "2.3.3.Final") { group("io.undertow") { modules = [ "undertow-core",