From f99ea0d68d397209b4eda9b60ccc7209d438aee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 13 May 2025 09:36:29 +0200 Subject: [PATCH] Upgrade to Jetty 12.0.21 Closes gh-45519 --- 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 61bbefa43be..ac4aa402b56 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1041,7 +1041,7 @@ bom { ] } } - library("Jetty", "12.0.20") { + library("Jetty", "12.0.21") { prohibit { contains ".alpha" because "we don't want alpha dependencies"