From 00afe3619c8bd85e0fff6cffd22392f7328a1abe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Jul 2021 14:16:18 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.9 Closes gh-27168 --- 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 9303d5a50e..3a3f742946 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1680,7 +1680,7 @@ bom { ] } } - library("Spring Framework", "5.3.9-SNAPSHOT") { + library("Spring Framework", "5.3.9") { group("org.springframework") { imports = [ "spring-framework-bom"