From bac89a3919d9aba1a842d63e61b753f11ba852d0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Jun 2021 07:57:54 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.8.Final Closes gh-26791 --- 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 8ce812008c5..9a9cecd9951 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1723,7 +1723,7 @@ bom { ] } } - library("Undertow", "2.2.7.Final") { + library("Undertow", "2.2.8.Final") { group("io.undertow") { modules = [ "undertow-core",