From 4b1c0e5a03456bb0df5e1625ff1cb7233521672a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 16:52:41 +0100 Subject: [PATCH] Start building against Spring Framework 5.3.14 snapshots --- 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 8f80bc6b02c..2cdafc6635c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1648,7 +1648,7 @@ bom { ] } } - library("Spring Framework", "5.3.13") { + library("Spring Framework", "5.3.14-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"