From 9c42312fa1769cf85af40712f5ffda86cb9ff62a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 5 Feb 2026 12:07:51 +0000 Subject: [PATCH] Upgrade to Jetty 12.0.32 Closes gh-49080 --- 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 1beaa8e34a8..6c8d3eb5784 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1065,7 +1065,7 @@ bom { ] } } - library("Jetty", "12.0.31") { + library("Jetty", "12.0.32") { prohibit { contains ".alpha" because "we don't want alpha dependencies"