From b7ae5558f67af60b165d969d78f1a9188eb332c4 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 26 Jan 2021 11:50:39 -0800 Subject: [PATCH] Build against Spring Framework 5.3.4-SNAPSHOT See gh-24998 --- 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 06b4fe3c2a..de3c54d5d4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { ] } } - library("Spring Framework", "5.3.3") { + library("Spring Framework", "5.3.4-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"