From 97ee63b55bcb47ae67b6eb098a090fb382f0873d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:27 +0100 Subject: [PATCH] Upgrade to Undertow 2.2.14.Final Closes gh-29051 --- 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 cc039713c1a..f3440bed0eb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1838,7 +1838,7 @@ bom { ] } } - library("Undertow", "2.2.12.Final") { + library("Undertow", "2.2.14.Final") { group("io.undertow") { modules = [ "undertow-core",