From 0b2f22be591559bdd5c22e38b93c7d6ec3e71887 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 10:13:38 +0200 Subject: [PATCH] Upgrade to Jetty 9.4.52.v20230823 Closes gh-37287 --- 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 3798b1087c6..c1335a1eb65 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.51.v20230217") { + library("Jetty", "9.4.52.v20230823") { prohibit { versionRange "[10.0.0-alpha0,)" because "it requires Java 11"