From 27f06ea1e0a8864f7eedf9045b4ac4d995b12af5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 11:44:00 +0100 Subject: [PATCH] Upgrade to Undertow 2.2.28.Final Closes gh-37929 --- 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 27745f8bc3c..6466c1c438a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1981,7 +1981,7 @@ bom { ] } } - library("Undertow", "2.2.26.Final") { + library("Undertow", "2.2.28.Final") { prohibit { versionRange "[2.2.27.Final]" because "it is not compatibile with Java 8 (https://issues.redhat.com/browse/UNDERTOW-2324)"