From 6484be2aa5e7eb9308185c1e05ae8c9f182a9914 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Jun 2022 08:37:51 +0200 Subject: [PATCH 1/3] Upgrade to Jetty 9.4.48.v20220622 Closes gh-31507 --- 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 4119ead929..8ddb6a577f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -909,7 +909,7 @@ bom { ] } } - library("Jetty", "9.4.47.v20220610") { + library("Jetty", "9.4.48.v20220622") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" } From 59764572713b9aaba3a7d1c7ea09473300754a5b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Jun 2022 08:41:19 +0200 Subject: [PATCH 2/3] Upgrade to Byte Buddy 1.12.11 Closes gh-31508 --- 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 ca561b69de..c7da471592 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -152,7 +152,7 @@ bom { ] } } - library("Byte Buddy", "1.12.10") { + library("Byte Buddy", "1.12.11") { group("net.bytebuddy") { modules = [ "byte-buddy", From a94e7d667209e322fadf7171fcf51c22084e3dc0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Jun 2022 08:41:23 +0200 Subject: [PATCH 3/3] Upgrade to Jetty 9.4.48.v20220622 Closes gh-31509 --- 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 c7da471592..1a388cf9d8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -940,7 +940,7 @@ bom { ] } } - library("Jetty", "9.4.47.v20220610") { + library("Jetty", "9.4.48.v20220622") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" }