From ddeee2bcbf861492a353b98ac4d07e1d84630bb6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jun 2023 15:25:17 +0200 Subject: [PATCH] Upgrade to Undertow 2.3.7.Final Closes gh-35814 --- 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 52d9e2b85a2..b7bbe1c3e22 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1501,7 +1501,7 @@ bom { ] } } - library("Undertow", "2.3.6.Final") { + library("Undertow", "2.3.7.Final") { group("io.undertow") { modules = [ "undertow-core",