From 7fcc6fd809065fa57e313c87a75438d6bc97f30e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Feb 2026 09:32:15 +0000 Subject: [PATCH] Upgrade to Undertow 2.3.23.Final Closes gh-49166 --- 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 e6f284292c2..7bfc0c5355e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2612,7 +2612,7 @@ bom { releaseNotes("https://github.com/pingidentity/ldapsdk/releases/tag/{version}") } } - library("Undertow", "2.3.22.Final") { + library("Undertow", "2.3.23.Final") { group("io.undertow") { modules = [ "undertow-core",