From 1dc605cd3198caed864e5515205f8ffb2c7e4b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 9 May 2025 13:05:25 +0200 Subject: [PATCH] Upgrade to Jetty 12.0.20 Closes gh-45457 --- 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 cbc3f969f74..e2b41243041 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -983,7 +983,7 @@ bom { ] } } - library("Jetty", "12.0.19") { + library("Jetty", "12.0.20") { group("org.eclipse.jetty.ee10") { bom("jetty-ee10-bom") }