From eb05f0f9f6abd1e4be80d2569c0b06188001f404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Jun 2025 11:18:01 +0200 Subject: [PATCH] Upgrade to Jetty 12.0.22 Closes gh-45819 --- 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 9bb59c9029..97cd52a2c1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -990,7 +990,7 @@ bom { ] } } - library("Jetty", "12.0.21") { + library("Jetty", "12.0.22") { group("org.eclipse.jetty.ee10") { bom("jetty-ee10-bom") }