From bfba7fdee304617d2ef076d9d5a11c842b6eb636 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Mar 2023 19:39:31 +0000 Subject: [PATCH] Upgrade to Jetty 9.4.51.v20230217 Closes gh-34651 --- 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 465ec887603..b1bcbd94944 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -980,7 +980,7 @@ bom { ] } } - library("Jetty", "9.4.50.v20221201") { + library("Jetty", "9.4.51.v20230217") { prohibit { versionRange "[10.0.0-alpha0,)" because "it requires Java 11"