From 9f06a5fe215337047531a621fb1a1b5b9d2a2195 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:04:28 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.11 snapshots See gh-28223 --- 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 2e0ed6cfe6f..d8da53ed7db 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring Framework", "5.3.10") { + library("Spring Framework", "5.3.11-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"