From 08954fce85471fdafabf6204b18fab259edba378 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Apr 2022 13:11:13 +0200 Subject: [PATCH 1/3] Upgrade to Spring Framework 5.3.19 Closes gh-30516 --- 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 7712d7b1ab..e6ab9be027 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Framework", "5.3.19-SNAPSHOT") { + library("Spring Framework", "5.3.19") { group("org.springframework") { imports = [ "spring-framework-bom" From 138192230c14e68200fea78aa8322232c93ad1ef Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Apr 2022 13:19:06 +0200 Subject: [PATCH 2/3] Upgrade to Spring Framework 5.3.19 Closes gh-30517 --- 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 14d262eca3..c84a2cf0f0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1699,7 +1699,7 @@ bom { ] } } - library("Spring Framework", "5.3.19-SNAPSHOT") { + library("Spring Framework", "5.3.19") { group("org.springframework") { imports = [ "spring-framework-bom" From b5713ba5e766e35ffb50494ae95c5d7a083515ee Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Apr 2022 13:20:01 +0200 Subject: [PATCH 3/3] Upgrade to Spring Framework 5.3.19 Closes gh-30518 --- 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 4ef05346b9..1d87e225f2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1702,7 +1702,7 @@ bom { ] } } - library("Spring Framework", "5.3.19-SNAPSHOT") { + library("Spring Framework", "5.3.19") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" }