From 690b6fa0866bc729bb6eb4b0a003b7932edbd876 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 7 Nov 2022 14:43:25 +0000 Subject: [PATCH] Start building against Spring Framework 6.0.0-RC4 snapshots See gh-33023 --- 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 20c6fd1ce19..43dffa8c73a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1426,7 +1426,7 @@ bom { ] } } - library("Spring Framework", "6.0.0-RC3") { + library("Spring Framework", "6.0.0-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"