From 5695ce6d978b8cdf5718d8bd49f6c4f1f22d8181 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Apr 2025 13:34:23 -0700 Subject: [PATCH] Upgrade to Jetty 12.0.19 Closes gh-45113 --- 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 0a50b9bd02..14d94a3377 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1014,7 +1014,7 @@ bom { ] } } - library("Jetty", "12.0.18") { + library("Jetty", "12.0.19") { prohibit { contains ".alpha" because "we don't want alpha dependencies"