From cbf67b1c9a3ca33e9e5e444b35888bfc6f5235a7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Apr 2023 13:50:08 +0200 Subject: [PATCH] Start building against Spring Framework 6.0.8 snapshots See gh-34861 --- 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 330a068e7c..2c184521f3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1355,7 +1355,7 @@ bom { ] } } - library("Spring Framework", "6.0.7") { + library("Spring Framework", "6.0.8-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"