From 71fb6ef9e178889a565bc6e9af4bef165f59e865 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:42:04 +0100 Subject: [PATCH] Start building against Spring Framework 5.3.13 snapshots See gh-28510 --- 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 f5e863a23c44..14ce15841be4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1663,7 +1663,7 @@ bom { ] } } - library("Spring Framework", "5.3.12") { + library("Spring Framework", "5.3.13-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"