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