From 429681a02cff28837505ef2c88981876c355955a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 17 Oct 2024 15:27:33 +0100 Subject: [PATCH] Upgrade to Undertow 2.3.18.Final Closes gh-42756 --- 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 d785cbd911..abbcb310cc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2259,7 +2259,7 @@ bom { ] } } - library("Undertow", "2.3.17.Final") { + library("Undertow", "2.3.18.Final") { group("io.undertow") { modules = [ "undertow-core",