From 229e61d3ea24673cc8904e16f2a05662f5a5c44f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:56:02 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.10 snapshots See gh-27915 --- 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 1b0b2ac9a822..79e803ceb8f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Framework", "5.3.9") { + library("Spring Framework", "5.3.10-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"