From 8d7dfdf59d7ae976d96dbfdc72c4c94743ba3846 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 08:52:01 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.11 snapshots See gh-28252 --- 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 09db885f8c..b4a9c394a4 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.10") { + library("Spring Framework", "5.3.11-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"