From d478a020df3914d0eb5ef6ac5a363204f5d29cc6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Sep 2022 16:50:25 +0200 Subject: [PATCH] Start building against Spring Framework 6.0.0-RC1 snapshots See gh-32550 --- 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 48314579a6..8080309629 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Spring Framework", "6.0.0-M6") { + library("Spring Framework", "6.0.0-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"