From be2b70452e38f236ebf319a32537e6c4faee1fe0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 07:49:53 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.17.Final Closes gh-30681 --- 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 e78b4ea7f7d..36fe2fa21df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1884,7 +1884,7 @@ bom { ] } } - library("Undertow", "2.2.16.Final") { + library("Undertow", "2.2.17.Final") { group("io.undertow") { modules = [ "undertow-core",