From 49b71005de541180d6a9f5ae56b4860e8a85943a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Jun 2022 11:06:29 +0200 Subject: [PATCH 1/2] Upgrade to Spring Framework 5.3.21 Closes gh-31318 --- 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 0e14cbf4d9..b3dd33fe2d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring Framework", "5.3.21-SNAPSHOT") { + library("Spring Framework", "5.3.21") { group("org.springframework") { imports = [ "spring-framework-bom" From 8c7923da6adb242951ecf6e1a491244f728fe65b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Jun 2022 11:07:33 +0200 Subject: [PATCH 2/2] Upgrade to Spring Framework 5.3.21 Closes gh-31319 --- 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 928f3528f3..e13d5876b0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1687,7 +1687,7 @@ bom { ] } } - library("Spring Framework", "5.3.21-SNAPSHOT") { + library("Spring Framework", "5.3.21") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" }