From 3511a007a236796ecb99cab2489264910644e5c4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Jul 2021 14:14:01 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.9 Closes gh-27160 --- 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 71a4adfa91..97cdf035d5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring Framework", "5.3.9-SNAPSHOT") { + library("Spring Framework", "5.3.9") { group("org.springframework") { imports = [ "spring-framework-bom"