From 98c4d1d27907cb50342ddc455e96923700257e3f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:44 +0200 Subject: [PATCH] Upgrade to Jetty EL 9.0.52 Closes gh-28011 --- 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 cff2489ba4..d40ba237a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -861,7 +861,7 @@ bom { ] } } - library("Jetty EL", "9.0.48") { + library("Jetty EL", "9.0.52") { prohibit("[10.0.0-M1,)") { because "it requires Java 11" }