From 4b4e5f9bf864be43243afdfa0849fa9a6077e97b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Sep 2021 08:29:16 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.10 snapshots See gh-27930 --- 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 ac0f7122c7..7e18a7dbb6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1634,7 +1634,7 @@ bom { ] } } - library("Spring Framework", "5.3.9") { + library("Spring Framework", "5.3.10-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"