From 0c5d5c331a2ab68f7e7f382141e5355d41e2fae2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Sep 2022 08:28:59 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.23 snapshots See gh-32267 --- 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 7c88f777b600..76f5e7589d7b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1708,7 +1708,7 @@ bom { ] } } - library("Spring Framework", "5.3.22") { + library("Spring Framework", "5.3.23-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"