From f5f30d3d4b69fc04ceaebaf9577d41a4f52365e4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 17:52:42 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.3.0-RC2 Closes gh-23534 --- 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 b83c82c0df5..eea86221a9e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1567,7 +1567,7 @@ bom { ] } } - library("Spring Framework", "5.3.0-SNAPSHOT") { + library("Spring Framework", "5.3.0-RC2") { group("org.springframework") { imports = [ "spring-framework-bom"