From 341035903a9732d801ffe44141ee3df58bda3844 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 13:34:01 +0100 Subject: [PATCH] Upgrade to Undertow 2.3.13.Final Closes gh-40735 --- 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 9b5a337e60..cb8364e8bf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1757,7 +1757,7 @@ bom { ] } } - library("Undertow", "2.3.12.Final") { + library("Undertow", "2.3.13.Final") { group("io.undertow") { modules = [ "undertow-core",