From f6cf1987672b3fc748934379bb006a55ccbbbe2e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:34:35 +0100 Subject: [PATCH] Start building against Spring Framework 5.3.16 snapshots See gh-29719 --- 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 f1d662026f7f..a2ff0ec01568 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1648,7 +1648,7 @@ bom { ] } } - library("Spring Framework", "5.3.15") { + library("Spring Framework", "5.3.16-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"