From aab5859fdea41b8588ccb24e5b75d77905c15f9e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 7 Apr 2021 15:41:17 +0200 Subject: [PATCH] Start building against Spring Framework 5.2.14 snapshots See gh-25903 --- 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 a9ad76ee71..6f74b6a514 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.13.RELEASE") { + library("Spring Framework", "5.2.14.BUILD-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"