From f6a0fd5938d0268a2db256fdb1fedfcbdb7f998e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 13:18:06 +0100 Subject: [PATCH] Upgrade to Undertow 2.2.16.Final Closes gh-29804 --- 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 ad55284c63c..fd5599a2f0f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1813,7 +1813,7 @@ bom { ] } } - library("Undertow", "2.2.14.Final") { + library("Undertow", "2.2.16.Final") { group("io.undertow") { modules = [ "undertow-core",