From 1f22f6ed6425260c59ad808f32f48ac0f7570975 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Mon, 6 Nov 2023 19:44:21 +0900 Subject: [PATCH] Remove obsolete prohibit for Undertow library See gh-38228 --- spring-boot-project/spring-boot-dependencies/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 6466c1c438a..43bcf72be58 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1982,10 +1982,6 @@ bom { } } 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)" - } group("io.undertow") { modules = [ "undertow-core",