From 5a21395b0b357d71cb51d4a9ba41746bb804d76a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:07:04 +0000 Subject: [PATCH] Upgrade to Undertow 2.2.4.Final Closes gh-25224 --- 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 f01e97d790e2..fc0df51b3954 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Undertow", "2.2.3.Final") { + library("Undertow", "2.2.4.Final") { group("io.undertow") { modules = [ "undertow-core",