From 4c35cafcc45b4eca448346fa81b72eeba07f4087 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 15:51:11 +0100 Subject: [PATCH] Upgrade to Undertow 2.3.13.Final Closes gh-40755 --- 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 ee3f08ec46..1cd1bba14c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2188,7 +2188,7 @@ bom { ] } } - library("Undertow", "2.3.12.Final") { + library("Undertow", "2.3.13.Final") { group("io.undertow") { modules = [ "undertow-core",