From 8655cfd3f175d77b917eb79bcb94dfeb30c7211c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Apr 2022 10:49:26 +0200 Subject: [PATCH] Upgrade to Jetty 9.4.46.v20220331 Closes gh-30717 --- 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 cd86dd485cf..966af97edac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -938,7 +938,7 @@ bom { ] } } - library("Jetty", "9.4.45.v20220203") { + library("Jetty", "9.4.46.v20220331") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" }