From a48dfbd5c7dc0411155d6a8042edacff43ecd541 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 17 Oct 2024 14:55:35 +0100 Subject: [PATCH] Upgrade to Undertow 2.3.18.Final Closes gh-42750 --- 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 f9b494e6756..90fc191164e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1764,7 +1764,7 @@ bom { ] } } - library("Undertow", "2.3.17.Final") { + library("Undertow", "2.3.18.Final") { group("io.undertow") { modules = [ "undertow-core",