From 72257ba302a0475a8cdd991b2ee48ebe2d105ccd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jun 2022 07:55:16 +0200 Subject: [PATCH] Upgrade to Jetty 9.4.47.v20220610 Closes gh-31487 --- 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 8f454a062d5..86b1f0cadd0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -909,7 +909,7 @@ bom { ] } } - library("Jetty", "9.4.46.v20220331") { + library("Jetty", "9.4.47.v20220610") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" }