From 0ff789415e1854e0981cf9c54b0d1b6b6112ef9b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Sep 2022 14:15:03 -0700 Subject: [PATCH] Upgrade to Jetty 9.4.49.v20220914 Closes gh-32444 --- 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 783112d7a03..832cb6d288b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -943,7 +943,7 @@ bom { ] } } - library("Jetty", "9.4.48.v20220622") { + library("Jetty", "9.4.49.v20220914") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" }