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