From 7a7bc9e2d28a7b4fb7334ebd46ab90488510c8cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 12:12:45 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.10 Closes gh-27930 --- 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 42fad3eb380..1f93a186687 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1634,7 +1634,7 @@ bom { ] } } - library("Spring Framework", "5.3.10-SNAPSHOT") { + library("Spring Framework", "5.3.10") { group("org.springframework") { imports = [ "spring-framework-bom"