From 0b504b1c3ef63a4839104851a5eef387d0d87a4a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 2 Mar 2023 10:47:16 +0000 Subject: [PATCH] Start building against Spring Framework 6.0.6 snapshots See gh-34440 --- 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 b3a4263095..b294e05e50 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.5") { + library("Spring Framework", "6.0.6-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"