From 4b32f249d4960fee3149becc4f55948f856bf06b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 12:17:52 +0100 Subject: [PATCH] Upgrade to Undertow 2.3.10.Final Closes gh-37933 --- 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 106e6955b29..e3e2c529243 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Undertow", "2.3.9.Final") { + library("Undertow", "2.3.10.Final") { group("io.undertow") { modules = [ "undertow-core",