From 8548f1a1cbc096be2e1f5005400d5e23f24ec174 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:30:34 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.18.Final Closes gh-31420 --- 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 252e93a0df..cd0ff12bad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1865,7 +1865,7 @@ bom { ] } } - library("Undertow", "2.2.17.Final") { + library("Undertow", "2.2.18.Final") { group("io.undertow") { modules = [ "undertow-core",