From 7b809de0c49fe01430633cbeeaaed375a721d9b7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Jul 2024 18:05:06 +0100 Subject: [PATCH] Revert "Upgrade to Undertow 2.3.14.Final" This reverts commit 71b789a2e3ab8e56cdb3dc40255ddc5266436388. See 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 47108d77411..7929629d31f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1765,7 +1765,7 @@ bom { ] } } - library("Undertow", "2.3.14.Final") { + library("Undertow", "2.3.13.Final") { group("io.undertow") { modules = [ "undertow-core",