From c61fab27773028d8e2090957bbe0f7fd3bff1410 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:47 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.18.Final Closes gh-31438 --- 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 9efdc97ced..2e8f49f93f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1888,7 +1888,7 @@ bom { ] } } - library("Undertow", "2.2.17.Final") { + library("Undertow", "2.2.18.Final") { group("io.undertow") { modules = [ "undertow-core",