From be082cad7d87678aa06dae38d404eebadb5a9b17 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:47:20 +0100 Subject: [PATCH] Upgrade to Undertow 2.3.9.Final Closes gh-37860 --- 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 df6c8651b7d..a936d8d1bd5 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.8.Final") { + library("Undertow", "2.3.9.Final") { group("io.undertow") { modules = [ "undertow-core",