From 0e3ac71857f2021c6a47dd21a53b6bced162ffdf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 10:09:59 +0200 Subject: [PATCH] Upgrade to Jetty EL 8.5.70 Closes gh-27955 --- 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 1cc11cdc59..a865215436 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.68") { + library("Jetty EL", "8.5.70") { group("org.mortbay.jasper") { modules = [ "apache-el"