From c435f6337cd35ed36de363b2e6c38e902a07841f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 6 Jun 2021 20:22:45 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.8 snapshots See gh-26761 --- 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 e4bcf9235a00..b3ae151abd2d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1650,7 +1650,7 @@ bom { ] } } - library("Spring Framework", "5.3.7") { + library("Spring Framework", "5.3.8-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"