From 68c5f6cd30451a9a564b7f3f18bb8c1cb2ab628e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Jul 2021 10:05:59 +0100 Subject: [PATCH] Upgrade to Undertow 2.2.9.Final Closes gh-27452 --- 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 f99c0836c9..693509dae1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1825,7 +1825,7 @@ bom { ] } } - library("Undertow", "2.2.8.Final") { + library("Undertow", "2.2.9.Final") { group("io.undertow") { modules = [ "undertow-core",