From 9e17af5d6af684cc55af3b974c5e1aca6aa14642 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 7 Dec 2022 14:46:32 +0100 Subject: [PATCH] Start building against Spring Framework 6.0.3 SNAPSHOTs See gh-33476 --- 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 a444acaf98..676ee79e1d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1357,7 +1357,7 @@ bom { ] } } - library("Spring Framework", "6.0.2") { + library("Spring Framework", "6.0.3-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"