From 25507636697bd89ba6be0a2b499ed0ea5e21bbe3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Aug 2022 08:46:00 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.19.Final Closes gh-32087 --- 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 d2fa0d2442..db786edb5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1872,7 +1872,7 @@ bom { ] } } - library("Undertow", "2.2.18.Final") { + library("Undertow", "2.2.19.Final") { group("io.undertow") { modules = [ "undertow-core",