From 5158c16052ffccc2a10872f42a3f294a16332dd4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Aug 2023 16:36:19 +0200 Subject: [PATCH] Upgrade to Undertow 2.3.8.Final Closes gh-37030 --- 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 ed8d8ff05d..f83019f7f4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1505,7 +1505,7 @@ bom { ] } } - library("Undertow", "2.3.7.Final") { + library("Undertow", "2.3.8.Final") { group("io.undertow") { modules = [ "undertow-core",