From 14ba9b18dfa94155cc27ec964eae2d020fb3e305 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Nov 2022 13:19:23 +0100 Subject: [PATCH] Start building against Spring Framework 6.0.2 snapshots See gh-33286 --- 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 89c6b4dddf1..b6ac07d1ef0 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.1") { + library("Spring Framework", "6.0.2-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"