From 2f6c19d6182c64319423b081550f8221ec561ecd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 30 Sep 2020 10:31:29 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.0 snapshots See 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 97f928b158..8378391244 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-RC1") { + library("Spring Framework", "5.3.0-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"