From 6a7fc6bee8698a7d0cf8079548ca0d2856beb2d1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 13:33:41 +0100 Subject: [PATCH] Upgrade to Undertow 2.3.9.Final Closes gh-37850 --- 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 b209520e02e..549c43ae1c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1531,7 +1531,7 @@ bom { ] } } - library("Undertow", "2.3.8.Final") { + library("Undertow", "2.3.9.Final") { group("io.undertow") { modules = [ "undertow-core",