From 9854a96f6e343fa12ccf6b67ce51d92a3d5ffaf2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:34:08 +0200 Subject: [PATCH 1/2] Upgrade to Spring Framework 5.2.14 Closes gh-25903 --- 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 491680f0102..3c8d2866c6f 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.2.14.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.14.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom" From d10409a8ad9fe0cd2c6154298cbe8045bad82f8d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:34:53 +0200 Subject: [PATCH 2/2] Upgrade to Spring Framework 5.3.6 Closes gh-25909 --- 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 8040d0c87bb..6d52dfff199 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1565,7 +1565,7 @@ bom { ] } } - library("Spring Framework", "5.3.6-SNAPSHOT") { + library("Spring Framework", "5.3.6") { group("org.springframework") { imports = [ "spring-framework-bom"