From 54572d227b3096d934a0acc9ef651bd2f774cad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 8 Sep 2025 09:13:38 +0200 Subject: [PATCH] Upgrade to Undertow 2.3.19.Final Closes gh-47105 --- 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 de06cf7fdb7..791adaac9d9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2465,7 +2465,7 @@ bom { releaseNotes("https://github.com/pingidentity/ldapsdk/releases/tag/{version}") } } - library("Undertow", "2.3.18.Final") { + library("Undertow", "2.3.19.Final") { group("io.undertow") { modules = [ "undertow-core",