From f177c1bae70801587ca1347cff9fd09148df185c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 14:19:38 +0100 Subject: [PATCH] Revert "Upgrade to Undertow 2.2.21.Final" This reverts commit ac72530d852134ffd78dc2e21cd4fd635a9640fe. See gh-33181 --- 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 9c18c2dbdf3..e6f61041bcd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1903,7 +1903,7 @@ bom { ] } } - library("Undertow", "2.2.21.Final") { + library("Undertow", "2.2.20.Final") { group("io.undertow") { modules = [ "undertow-core",