From 176309f14cb45d55238f56b52d2764d7aaf6beb4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 21:24:08 +0100 Subject: [PATCH] Upgrade to Jetty 9.4.51.v20230217 Closes gh-35520 --- 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 9efbaec32de..8f6ebe99283 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -912,7 +912,7 @@ bom { ] } } - library("Jetty", "9.4.49.v20220914") { + library("Jetty", "9.4.51.v20230217") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" }