From 07b103cc2bd28fab54979dd38bf6a83d720a21c1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jul 2024 07:42:02 +0100 Subject: [PATCH] Prohibit upgrades to Undertow 2.3.15 Closes gh-41533 --- 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 640ea1da5692..86ead210c2de 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1767,7 +1767,7 @@ bom { } library("Undertow", "2.3.13.Final") { prohibit { - versionRange "[2.3.14.Final]" + versionRange "[2.3.14.Final,2.3.15.Final]" because "it contains a regression (https://issues.redhat.com/browse/UNDERTOW-2420)" } group("io.undertow") {