From 1d6712431b62ea320eda9d615c60bede024c38e2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 14 Feb 2024 15:55:09 +0000 Subject: [PATCH] Upgrade to Jetty 11.0.20 Closes gh-39559 --- 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 a1b31682478..060eaabbf6b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -666,7 +666,7 @@ bom { ] } } - library("Jetty", "11.0.19") { + library("Jetty", "11.0.20") { group("org.eclipse.jetty") { imports = [ "jetty-bom"