From d2fe417bbb76555607cc627a416ca16737dcb2a4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 4 Jun 2021 15:35:27 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.8 snapshots See gh-26760 --- 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 6e2fe29d6db..bc635d5f83c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1565,7 +1565,7 @@ bom { ] } } - library("Spring Framework", "5.3.7") { + library("Spring Framework", "5.3.8-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"