From 41c7d09e7e178b5fb52edff5aeab16e21d8f615e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Mar 2026 14:49:32 +0100 Subject: [PATCH] Upgrade to Jetty 12.0.33 Closes gh-49459 --- 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 47f98b27c33..f319bfe8c84 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1072,7 +1072,7 @@ bom { ] } } - library("Jetty", "12.0.32") { + library("Jetty", "12.0.33") { prohibit { contains ".alpha" because "we don't want alpha dependencies"