From 5f30a705810a2b09fe1f34d7f4c0f2d710e49c2e Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:47:20 -0800 Subject: [PATCH] Upgrade to Undertow 2.3.2.Final Closes gh-33608 --- 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 62b6d37b22..074d4661b7 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.0.Final") { + library("Undertow", "2.3.2.Final") { group("io.undertow") { modules = [ "undertow-core",