From 6ee6d064196351514284dbfeb8329aa8cf6f2089 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Apr 2023 14:12:48 +0200 Subject: [PATCH] Start building against Spring Framework 6.0.8 snapshots See gh-34865 --- 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 f813d0dbc9..da7ab56edf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1354,7 +1354,7 @@ bom { ] } } - library("Spring Framework", "6.0.7") { + library("Spring Framework", "6.0.8-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"