From cc4bace12bcd119df5434f2ae8e0f3c4b4e1769d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 12:02:40 +0000 Subject: [PATCH] Upgrade to Undertow 2.2.4.Final Closes gh-25254 --- 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 d819004e6ed..56477350a8d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1791,7 +1791,7 @@ bom { ] } } - library("Undertow", "2.2.3.Final") { + library("Undertow", "2.2.4.Final") { group("io.undertow") { modules = [ "undertow-core",