From 79ab4c4fa787d8a9c46b52ae9db600977bd08d53 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 12:40:39 +0100 Subject: [PATCH] Upgrade to Undertow 2.3.10.Final Closes gh-37934 --- 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 e60ee7fc521..fc156617312 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.9.Final") { + library("Undertow", "2.3.10.Final") { group("io.undertow") { modules = [ "undertow-core",