From 737cea0d7363694532112a6c72e31ed146433d17 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:45:15 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.11 snapshots See gh-28241 --- 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 43b55df0e0..fff4028dd9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Framework", "5.3.10") { + library("Spring Framework", "5.3.11-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"