From 77194eed2959c982a1b7e8bf75eaefb72c6bef32 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 16:09:35 +0200 Subject: [PATCH 1/2] Upgrade to Spring Framework 5.3.22 Closes gh-31610 --- 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 7edc09724c..4a537623ef 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.22-SNAPSHOT") { + library("Spring Framework", "5.3.22") { group("org.springframework") { imports = [ "spring-framework-bom" From 585a7ca71fe704f9608204c09e5378aa74566498 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 16:10:37 +0200 Subject: [PATCH 2/2] Upgrade to Spring Framework 5.3.22 Closes gh-31613 --- 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 3b2c613546..c86e87eb84 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.22-SNAPSHOT") { + library("Spring Framework", "5.3.22") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" }