From a3b365babafe55d77669971f23b6cee9671703a8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Mar 2022 16:37:52 +0100 Subject: [PATCH] Upgrade to Jetty EL 10.0.14 Closes gh-30365 --- 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 f3b0cc9991..069bf94ea5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -653,7 +653,7 @@ bom { ] } } - library("Jetty EL", "10.0.7") { + library("Jetty EL", "10.0.14") { group("org.mortbay.jasper") { modules = [ "apache-el"