From e50d61a78d84d07105c9dbb99573bb164ee1f0f3 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 11 Jan 2021 16:30:35 -0800 Subject: [PATCH] Start building against Spring Framework 5.3.3 snapshots See gh-24750 --- 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 56e2356b2b..a809216eec 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.2") { + library("Spring Framework", "5.3.3-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"