From e70451635cae237899d8642556f3b4a9c73709d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 10:06:02 +0200 Subject: [PATCH] Start building against Spring Framework 5.3.19 snapshots See gh-30516 --- 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 5ec069fa92..88528fc83b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Framework", "5.3.18") { + library("Spring Framework", "5.3.19-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"