From 3511a007a236796ecb99cab2489264910644e5c4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Jul 2021 14:14:01 +0200 Subject: [PATCH 1/2] Upgrade to Spring Framework 5.3.9 Closes gh-27160 --- 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 71a4adfa91b..97cdf035d59 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.9-SNAPSHOT") { + library("Spring Framework", "5.3.9") { group("org.springframework") { imports = [ "spring-framework-bom" From 3c38e46c0536b808ff73341940c196bbdf368238 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Jul 2021 14:15:34 +0200 Subject: [PATCH 2/2] Upgrade to Spring Framework 5.3.9 Closes gh-27163 --- 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 a48f80cab72..4d1cfad7f2a 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.9-SNAPSHOT") { + library("Spring Framework", "5.3.9") { group("org.springframework") { imports = [ "spring-framework-bom"