From f11945b9618a97d2a8ec2d2d7b3ac893997e3d1a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 24 Oct 2022 12:19:16 +0100 Subject: [PATCH] Start building against Spring Framework 6.0.0-RC3 snapshots See gh-32856 --- 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 b83bc52873..41b50b5e4d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1435,7 +1435,7 @@ bom { ] } } - library("Spring Framework", "6.0.0-RC2") { + library("Spring Framework", "6.0.0-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"