From 87404581b91e625ff7c6dc4c5ed67af85db9946e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:17 +0000 Subject: [PATCH] Upgrade to Jetty 9.4.36.v20210114 Closes gh-25195 --- 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 ec31451da580..2c1096403e45 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -853,7 +853,7 @@ bom { ] } } - library("Jetty", "9.4.35.v20201120") { + library("Jetty", "9.4.36.v20210114") { group("org.eclipse.jetty") { imports = [ "jetty-bom"