From bcc4529cc5789b04a80356f0836c20d3035eeb44 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:42:54 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.10 snapshots See gh-27909 --- 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 2d2ff644b02..78120796943 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring Framework", "5.3.9") { + library("Spring Framework", "5.3.10-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"