From c9a787c7ac535107938ee926272e2a2e674986c0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Jun 2021 08:46:25 +0200 Subject: [PATCH] Upgrade to Jetty EL 8.5.68 Closes gh-26984 --- 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 36223472d9..3d040aaa99 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -775,7 +775,7 @@ bom { ] } } - library("Jetty EL", "8.5.54") { + library("Jetty EL", "8.5.68") { group("org.mortbay.jasper") { modules = [ "apache-el"