From 3a596ed13056e95cfdf0a758fe9fc4dbe875d585 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 May 2021 16:43:17 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.7 snapshots See gh-26360 --- 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 aecc09b0cf..97dabe7d48 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.6") { + library("Spring Framework", "5.3.7-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"