From 19ad19a10ba96d6c5cad140816830ac0186e4f85 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:47 +0000 Subject: [PATCH] Upgrade to Undertow 2.2.5.Final Closes gh-25688 --- 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 5dab8d24b3..58999569ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1792,7 +1792,7 @@ bom { ] } } - library("Undertow", "2.2.4.Final") { + library("Undertow", "2.2.5.Final") { group("io.undertow") { modules = [ "undertow-core",