From b1cfa402e820c09b15d6bc3e5ac28f9169ea5a80 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Feb 2022 11:11:57 +0100 Subject: [PATCH 1/3] Upgrade to Spring Framework 5.3.16 Closes gh-29709 --- 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 e92b3178512..e7a49a869c7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1673,7 +1673,7 @@ bom { ] } } - library("Spring Framework", "5.3.16-SNAPSHOT") { + library("Spring Framework", "5.3.16") { group("org.springframework") { imports = [ "spring-framework-bom" From 5b58d1bfca8295e2da27c18e2b4792dc3599faf8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Feb 2022 11:12:37 +0100 Subject: [PATCH 2/3] Upgrade to Spring Framework 5.3.16 Closes gh-29719 --- 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 4affb509849..338b3b6aeab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1652,7 +1652,7 @@ bom { ] } } - library("Spring Framework", "5.3.16-SNAPSHOT") { + library("Spring Framework", "5.3.16") { group("org.springframework") { imports = [ "spring-framework-bom" From 828d4cebee912bcde653c0642e8eea147aebde89 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Feb 2022 11:13:20 +0100 Subject: [PATCH 3/3] Upgrade to Spring Framework 5.3.16 Closes gh-29761 --- 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 1b721ae02e3..371e5fcdfef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1667,7 +1667,7 @@ bom { ] } } - library("Spring Framework", "5.3.16-SNAPSHOT") { + library("Spring Framework", "5.3.16") { group("org.springframework") { imports = [ "spring-framework-bom"