From 7238dddf09fad498da1651e06e51b43ad7925407 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:11 -0800 Subject: [PATCH] Upgrade to Jetty 9.4.50.v20221201 Closes gh-33577 --- 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 84713fea5533..59c0115b017b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -943,7 +943,7 @@ bom { ] } } - library("Jetty", "9.4.49.v20220914") { + library("Jetty", "9.4.50.v20221201") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" }