From 17e9b50b7eca804cf47756c581d769ba82dd770b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 3 Nov 2022 15:17:58 +0000 Subject: [PATCH] Upgrade to Spring Framework 6.0.0-RC3 Closes 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 92580689db..cacdea2a99 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-SNAPSHOT") { + library("Spring Framework", "6.0.0-RC3") { group("org.springframework") { imports = [ "spring-framework-bom"