From 33736e818b7c7a60f97f6b27db4558a4aee09cb1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Feb 2021 06:52:34 +0100 Subject: [PATCH] Start building against Spring Framework 5.2.13 snapshots See gh-25281 --- 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 8df57eb56d0b..b20154b468eb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1672,7 +1672,7 @@ bom { ] } } - library("Spring Framework", "5.2.12.RELEASE") { + library("Spring Framework", "5.2.13.BUILD-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"