From 3e1b91911a8031ccea4cb70c27ace287445c6dc9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Oct 2021 11:33:42 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.12.Final Closes gh-28289 --- 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 325854609687..9b883740fe98 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1825,7 +1825,7 @@ bom { ] } } - library("Undertow", "2.2.10.Final") { + library("Undertow", "2.2.12.Final") { group("io.undertow") { modules = [ "undertow-core",