From 4bbfd5a3b7cd49342e26e86f1d830c8d1759ecaf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 May 2021 17:12:20 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.7 snapshots See gh-26361 --- 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 71fe9e4556..c0bf7d11e1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1650,7 +1650,7 @@ bom { ] } } - library("Spring Framework", "5.3.6") { + library("Spring Framework", "5.3.7-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"