From 6cdd8942e744f88d7664095aaa117aaf8f6986c4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Jun 2020 11:36:15 +0100 Subject: [PATCH] Upgrade to Spring Framework 5.3.0-M1 Closes gh-21929 --- 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 66b359d559..65652fe304 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1653,7 +1653,7 @@ bom { ] } } - library("Spring Framework", "5.3.0-SNAPSHOT") { + library("Spring Framework", "5.3.0-M1") { group("org.springframework") { imports = [ "spring-framework-bom"