From 5ce281c982e03f9fd47d8c184c8bb1a9051add52 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 11:44:27 +0100 Subject: [PATCH] Upgrade to Jetty 9.4.53.v20231009 Closes gh-37842 --- 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 fe6e4bed21..9d9b6421e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -980,7 +980,7 @@ bom { ] } } - library("Jetty", "9.4.52.v20230823") { + library("Jetty", "9.4.53.v20231009") { prohibit { versionRange "[10.0.0-alpha0,)" because "it requires Java 11"