From 71856687d7fae884adcdce9876e4e5a0c7299571 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:46:00 +0200 Subject: [PATCH] Upgrade to Undertow 2.3.7.Final Closes gh-35849 --- 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 7e085cca04..722e8a0704 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1567,7 +1567,7 @@ bom { ] } } - library("Undertow", "2.3.6.Final") { + library("Undertow", "2.3.7.Final") { group("io.undertow") { modules = [ "undertow-core",