From 789fafadac7d8c33a60b1ca8d6e1639b2a5ac530 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 30 Sep 2020 10:00:21 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.10 snapshots See gh-23526 --- 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 4308623f9a..ee6cb157c3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Framework", "5.2.9.RELEASE") { + library("Spring Framework", "5.2.10.BUILD-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"