From ed897fc92277be9e424d170775cb79bff34ef169 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Jun 2022 19:37:50 +0100 Subject: [PATCH] Start building against Spring Framework 5.3.21 snapshots See gh-31318 --- 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 b815378bde..4c63fa978a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring Framework", "5.3.20") { + library("Spring Framework", "5.3.21-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"