From 653309cd5dbcc88a83950bc46bc155b89e4a354b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 17:15:39 +0100 Subject: [PATCH] Upgrade to Undertow 2.2.20.Final Closes gh-32720 --- 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 4af2f4d23e..46aaa8f01c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1583,7 +1583,7 @@ bom { ] } } - library("Undertow", "2.2.19.Final") { + library("Undertow", "2.2.20.Final") { group("io.undertow") { modules = [ "undertow-core",