From 30812008b504881ebb3f4fde6bf8d54756e51d70 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Oct 2021 09:48:53 +0200 Subject: [PATCH] Upgrade to Jetty 9.4.44.v20210927 Closes gh-28320 --- 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 738bcdc2b1..45769709bf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -888,7 +888,7 @@ bom { ] } } - library("Jetty", "9.4.43.v20210629") { + library("Jetty", "9.4.44.v20210927") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" }