From 71b789a2e3ab8e56cdb3dc40255ddc5266436388 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 5 Jul 2024 14:09:50 +0200 Subject: [PATCH] Upgrade to Undertow 2.3.14.Final Closes gh-41330 --- 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 81340c51ab4..a70b80d14d2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1760,7 +1760,7 @@ bom { ] } } - library("Undertow", "2.3.13.Final") { + library("Undertow", "2.3.14.Final") { group("io.undertow") { modules = [ "undertow-core",