From 71bd5b29b34ac0d397b55f7189c24dd98dfd5d72 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Oct 2020 10:21:34 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.0 snapshots See gh-23774 --- 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 03d5ede870f..d25073ab64d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1560,7 +1560,7 @@ bom { ] } } - library("Spring Framework", "5.3.0-RC2") { + library("Spring Framework", "5.3.0-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"