From e09840ae65845943300b01d3a44e67e6a914f3e3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Apr 2022 10:53:01 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.17.Final Closes gh-30732 --- 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 09f446c6a8..a2c9713eec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1904,7 +1904,7 @@ bom { ] } } - library("Undertow", "2.2.16.Final") { + library("Undertow", "2.2.17.Final") { group("io.undertow") { modules = [ "undertow-core",