From ce8554211e1aadc1ca180cb69e78750c75e8e6fa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 12:49:42 +0100 Subject: [PATCH] Upgrade to Jetty 9.4.29.v20200521 Closes gh-21850 --- 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 cd63f31c1a..d4eec0a330 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -875,7 +875,7 @@ bom { ] } } - library("Jetty", "9.4.28.v20200408") { + library("Jetty", "9.4.29.v20200521") { group("org.eclipse.jetty") { imports = [ "jetty-bom"