From b1cfa402e820c09b15d6bc3e5ac28f9169ea5a80 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Feb 2022 11:11:57 +0100 Subject: [PATCH 1/2] 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 e92b317851..e7a49a869c 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/2] 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 4affb50984..338b3b6aea 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"