From 6f3a5e2a040eee97ff4385754173924796ec516f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 8 Jul 2025 10:04:30 +0200 Subject: [PATCH] Upgrade to Jetty 12.0.23 Closes gh-46329 --- 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 0104c76d95a..1abea19096e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1019,7 +1019,7 @@ bom { ] } } - library("Jetty", "12.0.22") { + library("Jetty", "12.0.23") { prohibit { contains ".alpha" because "we don't want alpha dependencies"