From 6be9fdaeec3c4584d5a438cb6833513e3d83a9f8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 14 Feb 2024 17:59:28 +0000 Subject: [PATCH] Upgrade to Undertow 2.3.11.Final Closes gh-39579 --- 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 4b38cf06612..67314a4265c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Undertow", "2.3.10.Final") { + library("Undertow", "2.3.11.Final") { group("io.undertow") { modules = [ "undertow-core",