From 53fe2f1bbe21f2f0791dce6e634c2df2b9ee96f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 7 Apr 2026 06:58:38 +0200 Subject: [PATCH] Upgrade to Jetty 12.1.8 Closes gh-49915 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index db9b3381ab2..69834e7f863 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1046,7 +1046,7 @@ bom { ] } } - library("Jetty", "12.1.7") { + library("Jetty", "12.1.8") { prohibit { contains ".alpha" because "we don't want alpha dependencies"