From 3119179c624610e0f21c5dcdcc3426c7cdab4285 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:50:32 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.9 snapshots See gh-27163 --- 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 802adcf7becb..fbde17b19e17 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.8") { + library("Spring Framework", "5.3.9-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"