From 4ada440b4d0dc79a6717d27ea73386b86496c65a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 12:11:13 +0200 Subject: [PATCH 1/2] Upgrade to Spring Framework 5.3.10 Closes gh-27909 --- 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 4f0abb1df7d..fb04f38544a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring Framework", "5.3.10-SNAPSHOT") { + library("Spring Framework", "5.3.10") { group("org.springframework") { imports = [ "spring-framework-bom" From 915f5654357a155c52710760668f9c65b4cc8043 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 12:11:59 +0200 Subject: [PATCH 2/2] Upgrade to Spring Framework 5.3.10 Closes gh-27915 --- 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 f9ec359d649..b9c52f5431a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Framework", "5.3.10-SNAPSHOT") { + library("Spring Framework", "5.3.10") { group("org.springframework") { imports = [ "spring-framework-bom"