From 4535f4a39c1b6e44aede2bcc158e5d57b7118692 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Apr 2023 12:13:22 +0200 Subject: [PATCH 1/2] Upgrade to Spring Framework 5.3.27 Closes gh-34857 --- 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 8a4dd03c3a..29fdb80bf5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1750,7 +1750,7 @@ bom { ] } } - library("Spring Framework", "5.3.27-SNAPSHOT") { + library("Spring Framework", "5.3.27") { prohibit { versionRange "[6.0.0-M1,)" because "we upgrade in Spring Boot 3.x" From 2bede6bfc5db43d2a4bf246d4dc1b01e6db5a55c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Apr 2023 12:16:40 +0200 Subject: [PATCH 2/2] Upgrade to Spring Framework 6.0.8 Closes gh-34861 --- 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 9e5f0eb518..aab61cab71 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1355,7 +1355,7 @@ bom { ] } } - library("Spring Framework", "6.0.8-SNAPSHOT") { + library("Spring Framework", "6.0.8") { group("org.springframework") { imports = [ "spring-framework-bom"