From 84ba9e2a8fbf1a7ae8433649c62277f2a35bb925 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 08:16:47 +0100 Subject: [PATCH] Start building against Spring Framework 5.3.14 snapshots See gh-28970 --- 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 3dbb3d9e3b72..c577f4e4e115 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1651,7 +1651,7 @@ bom { ] } } - library("Spring Framework", "5.3.13") { + library("Spring Framework", "5.3.14-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"