From 62397031fdeaef7f57452725231b0adca3e3100c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 16:32:03 +0200 Subject: [PATCH] Upgrade to Undertow 2.3.5.Final Closes gh-34915 --- 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 e6542acbfd..641b4411e6 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.4.Final") { + library("Undertow", "2.3.5.Final") { group("io.undertow") { modules = [ "undertow-core",