From 5100b4dfd07b89ad0acb3dab73c24bb6ff7bed04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 3 Jun 2026 16:25:16 +0200 Subject: [PATCH] Upgrade to Jetty 12.0.36 Closes gh-50676 --- 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 3d2eae920fc..65c29301392 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.35") { + library("Jetty", "12.0.36") { prohibit { contains ".alpha" because "we don't want alpha dependencies"