From ad0ce41f8a34cce50cf34b16aa5f066deb6c35e5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jun 2023 13:15:16 +0200 Subject: [PATCH] Upgrade to Undertow 2.2.25.Final Closes gh-35801 --- 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 afd862222a4..1bf74c06592 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1955,7 +1955,7 @@ bom { ] } } - library("Undertow", "2.2.24.Final") { + library("Undertow", "2.2.25.Final") { group("io.undertow") { modules = [ "undertow-core",