From bff1ed0e2f5845afc1a2ada2998e8f96ddc95515 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 08:41:55 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.12.Final Closes gh-28276 --- 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 09f8f3ece0..d02bb7bc4c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1734,7 +1734,7 @@ bom { ] } } - library("Undertow", "2.2.10.Final") { + library("Undertow", "2.2.12.Final") { group("io.undertow") { modules = [ "undertow-core",