From 99b2de02b3fe215d76b79f6de75192623604b686 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 May 2023 16:45:24 +0100 Subject: [PATCH] Upgrade to Undertow 2.3.6.Final Closes gh-35448 --- 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 7ea775c9ab..2545af4253 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1501,7 +1501,7 @@ bom { ] } } - library("Undertow", "2.3.5.Final") { + library("Undertow", "2.3.6.Final") { group("io.undertow") { modules = [ "undertow-core",