From 19eae4736c5728bd68134dbc89e64f4c8bd87d9f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Oct 2021 09:49:04 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.12.Final Closes gh-28328 --- 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 6ad21ec4c8c..1c05e47e8d5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1799,7 +1799,7 @@ bom { ] } } - library("Undertow", "2.2.10.Final") { + library("Undertow", "2.2.12.Final") { group("io.undertow") { modules = [ "undertow-core",