From 7d5f33170e1fddfa45af1555bc8040849159c929 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 17:52:31 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3 RC1 Closes gh-23170 --- 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 d467d1930ae..8942f2eeb12 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { ] } } - library("Spring Framework", "5.3.0-SNAPSHOT") { + library("Spring Framework", "5.3.0-RC1") { group("org.springframework") { imports = [ "spring-framework-bom"