From 7e6d984c7f81e8625fc3b188bf83bc0e3af0ee0f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:54:56 +0000 Subject: [PATCH] Start building against Spring Framework 6.0.7 snapshots See gh-34540 --- 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 ad897c95fc87..f53691031cee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1355,7 +1355,7 @@ bom { ] } } - library("Spring Framework", "6.0.6") { + library("Spring Framework", "6.0.7-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"