From e03c2e876ace9f3f9bc2adbd12abbde815b9fd68 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 14:19:05 +0100 Subject: [PATCH 1/2] Revert "Upgrade to Undertow 2.2.21.Final" This reverts commit 51a16732520bcbe45932cba9059d993ef10f68b4. See gh-33165 --- 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 8db1ba252e..9ded6075a3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1882,7 +1882,7 @@ bom { ] } } - library("Undertow", "2.2.21.Final") { + library("Undertow", "2.2.20.Final") { group("io.undertow") { modules = [ "undertow-core", From f177c1bae70801587ca1347cff9fd09148df185c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 14:19:38 +0100 Subject: [PATCH 2/2] 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 9c18c2dbdf..e6f61041bc 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",