From 3e46fff15cf30730557a5ff266a1118702a1240a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Feb 2024 20:09:36 +0000 Subject: [PATCH] Upgrade to Undertow 2.3.12.Final Closes gh-39664 --- 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 a884a347463..702c72b3dd9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1580,7 +1580,7 @@ bom { ] } } - library("Undertow", "2.3.11.Final") { + library("Undertow", "2.3.12.Final") { group("io.undertow") { modules = [ "undertow-core",