From 3ca86435d18c55ccc6e97a0a03e4bf53691f713d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Jul 2021 09:05:30 +0100 Subject: [PATCH] Upgrade to Undertow 2.2.9.Final Closes gh-27446 --- 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 7ce2eef524..f9516ba6d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1734,7 +1734,7 @@ bom { ] } } - library("Undertow", "2.2.8.Final") { + library("Undertow", "2.2.9.Final") { group("io.undertow") { modules = [ "undertow-core",