From 9fd6ff7e889f228d2bbfcd6c98cae0b4c2287dc3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 7 Jun 2020 11:14:02 +0200 Subject: [PATCH] Start building against Spring Framework 5.2.7 snapshots See gh-21739 --- 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 48566eff314..8a0d8552bf4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1679,7 +1679,7 @@ bom { ] } } - library("Spring Framework", "5.2.6.RELEASE") { + library("Spring Framework", "5.2.7.BUILD-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"