From 915f5654357a155c52710760668f9c65b4cc8043 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 12:11:59 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.10 Closes gh-27915 --- 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 f9ec359d649a..b9c52f5431ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Framework", "5.3.10-SNAPSHOT") { + library("Spring Framework", "5.3.10") { group("org.springframework") { imports = [ "spring-framework-bom"