From 3c6db2bc2817f10253d9fc0ca6cce36ba7592d85 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 11 Jul 2021 08:12:06 +0200 Subject: [PATCH] Upgrade to Jetty 9.4.43.v20210629 Closes gh-27241 --- 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 9c0dfc38ed..3111fbe06e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -796,7 +796,7 @@ bom { ] } } - library("Jetty", "9.4.42.v20210604") { + library("Jetty", "9.4.43.v20210629") { group("org.eclipse.jetty") { imports = [ "jetty-bom"