From 86599a5062d9f27a7cd513d189537f91a35dbaaa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 17:08:00 +0000 Subject: [PATCH] Upgrade to Jetty 12.0.4 Closes gh-38805 --- 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 120392422f..e74615e0af 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -678,7 +678,7 @@ bom { ] } } - library("Jetty", "12.0.3") { + library("Jetty", "12.0.4") { group("org.eclipse.jetty.ee10") { imports = [ "jetty-ee10-bom"