From c66db586bf2bd5f251a27515eaba24f61b971009 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:18 +0100 Subject: [PATCH] Upgrade to Undertow 2.2.5.Final Closes gh-25641 --- 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 bb11272722..851a53e20e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1723,7 +1723,7 @@ bom { ] } } - library("Undertow", "2.2.4.Final") { + library("Undertow", "2.2.5.Final") { group("io.undertow") { modules = [ "undertow-core",