From 66fe98eb3fc7803180bbd1960320d2f759556cd8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 May 2021 10:05:47 +0200 Subject: [PATCH] Start building against Spring Framework 5.2.15 snapshots See gh-26425 --- 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 5d81b630561..1d6859c0b82 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1673,7 +1673,7 @@ bom { ] } } - library("Spring Framework", "5.2.14.RELEASE") { + library("Spring Framework", "5.2.15.BUILD-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"