From c1e8c18124800aa886831f518113dc450f451088 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 20 Dec 2023 09:17:38 -0800 Subject: [PATCH] Upgrade to Jetty 11.0.19 Closes gh-38889 --- 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 c780399f9fdc..3989c6678ef8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -666,7 +666,7 @@ bom { ] } } - library("Jetty", "11.0.18") { + library("Jetty", "11.0.19") { group("org.eclipse.jetty") { imports = [ "jetty-bom"