From d80d692029c1886876f79601d987b042dd454bd6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 21 Oct 2021 08:53:57 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.12 Closes gh-28241 --- 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 ccff8f13c4f..765a70f546c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1663,7 +1663,7 @@ bom { ] } } - library("Spring Framework", "5.3.12-SNAPSHOT") { + library("Spring Framework", "5.3.12") { group("org.springframework") { imports = [ "spring-framework-bom"