From de700d50a1831d1a2aaad6589da4c485ce78bc2d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 Apr 2023 13:26:17 +0200 Subject: [PATCH] Upgrade to Undertow 2.3.5.Final Closes gh-34890 --- 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 776adf4039..6501cfa7e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1507,7 +1507,7 @@ bom { ] } } - library("Undertow", "2.3.4.Final") { + library("Undertow", "2.3.5.Final") { group("io.undertow") { modules = [ "undertow-core",