From 4c71e8124d99c12dfaa2e342b12355bd0954cb8b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Jun 2021 08:24:55 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.8.Final Closes gh-26809 --- 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 ecfee7046a08..7d09ab26e9c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1814,7 +1814,7 @@ bom { ] } } - library("Undertow", "2.2.7.Final") { + library("Undertow", "2.2.8.Final") { group("io.undertow") { modules = [ "undertow-core",