From 9a89e83be4241364ac7e1c460b1003e8b7bdd7d5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 08:28:57 +0200 Subject: [PATCH] Upgrade to Jetty 9.4.46.v20220331 Closes gh-30684 --- 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 21c4a558eb..d1e866b593 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -907,7 +907,7 @@ bom { ] } } - library("Jetty", "9.4.45.v20220203") { + library("Jetty", "9.4.46.v20220331") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" }