From b8bf2cbbc77fc8fae577c1ad7e0a618255c630b5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 16 Dec 2021 17:50:18 +0100 Subject: [PATCH 1/2] Upgrade to Spring Framework 5.3.14 Closes gh-28961 --- 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 bc51c7230f..8416cf1c33 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Framework", "5.3.14-SNAPSHOT") { + library("Spring Framework", "5.3.14") { group("org.springframework") { imports = [ "spring-framework-bom" From a7a37f4ad697d8da41f4e5534280ebc7a7862045 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 16 Dec 2021 17:50:53 +0100 Subject: [PATCH 2/2] Upgrade to Spring Framework 5.3.14 Closes gh-28970 --- 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 25d060aa04..8c41e5e8f1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1648,7 +1648,7 @@ bom { ] } } - library("Spring Framework", "5.3.14-SNAPSHOT") { + library("Spring Framework", "5.3.14") { group("org.springframework") { imports = [ "spring-framework-bom"