From 4c2c04ca954a0e782ae73ec6b0031b579f363f43 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 12 Oct 2022 12:26:22 +0100 Subject: [PATCH] Upgrade to Spring Framework 6.0.0-RC1 Closes 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 34c46d8c6ec..846bd58c927 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1430,7 +1430,7 @@ bom { ] } } - library("Spring Framework", "6.0.0-SNAPSHOT") { + library("Spring Framework", "6.0.0-RC1") { group("org.springframework") { imports = [ "spring-framework-bom"