From cd79a47a3d3f23d9a7b4ac1483684d18f11b0ea5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jul 2021 12:21:38 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.9 snapshots See gh-27168 --- 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 adab7496a6d6..8e456f1bf731 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1643,7 +1643,7 @@ bom { ] } } - library("Spring Framework", "5.3.8") { + library("Spring Framework", "5.3.9-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"