From 728b81acbb6cfb6671e862e67226dd97dc737644 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 Mar 2021 08:45:01 +0100 Subject: [PATCH] Start building against Spring Framework 5.3.5 snapshots See gh-25542 --- 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 7f54dbf254..9bfea8a27c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1628,7 +1628,7 @@ bom { ] } } - library("Spring Framework", "5.3.4") { + library("Spring Framework", "5.3.5-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"