From af7c20491bc913bd5980522870fbc9694a55504e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 08:29:10 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.17.Final Closes gh-30690 --- 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 8c022a2c1e..53ba9d4877 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1863,7 +1863,7 @@ bom { ] } } - library("Undertow", "2.2.16.Final") { + library("Undertow", "2.2.17.Final") { group("io.undertow") { modules = [ "undertow-core",