From be55ea9c29bbd78b50348d1b7948bb02ba7a7c99 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 09:31:04 +0100 Subject: [PATCH] Start building against Spring Framework 5.3.15 snapshots See gh-29328 --- 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 4155ffa6e47..a57c7bf33b5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1660,7 +1660,7 @@ bom { ] } } - library("Spring Framework", "5.3.14") { + library("Spring Framework", "5.3.15-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"