From 22e56d27a6ea943d6d74f972002f73d865a83984 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 08:55:50 +0100 Subject: [PATCH] Start building against Spring Framework 5.3.24 snapshots See gh-33124 --- 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 bdafa44916..8b0bd559e2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1718,7 +1718,7 @@ bom { ] } } - library("Spring Framework", "5.3.23") { + library("Spring Framework", "5.3.24-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"