From 2282c73aabf8742d8e2b8ab8111ffbaeb0e5f29a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 6 Nov 2020 16:41:47 +0100 Subject: [PATCH] Start building against Spring Framework 5.2.11 snapshots See gh-24034 --- 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 c2efeecbc91..5752884d3ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Framework", "5.2.10.RELEASE") { + library("Spring Framework", "5.2.11.BUILD-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"