From 8c676a43bd04133ef7d91d7b7083ea2ddd954b29 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Dec 2020 10:51:54 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.2.12 Closes gh-24277 --- 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 e5b9d8814f1..77b2460c2e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1672,7 +1672,7 @@ bom { ] } } - library("Spring Framework", "5.2.12.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.12.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"