From 8f67cfd7099604a19ca328e1cd7abc1dded4c8b2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Sep 2022 09:39:16 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.19.Final Closes gh-32390 --- 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 de1176d7c7f..a158a8b079e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1575,7 +1575,7 @@ bom { ] } } - library("Undertow", "2.2.18.Final") { + library("Undertow", "2.2.19.Final") { group("io.undertow") { modules = [ "undertow-core",