From b5407e6e8e2789db4964811bc9b99c228b524f78 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 09:29:36 +0100 Subject: [PATCH 1/2] Start building against Spring Framework 5.3.15 snapshots See gh-29326 --- 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 5cafc15a54..7893ed2a81 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Framework", "5.3.14") { + library("Spring Framework", "5.3.15-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From c32912f05f890b672fa3dcfd2b402c68ebc43229 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 09:30:17 +0100 Subject: [PATCH 2/2] Start building against Spring Framework 5.3.15 snapshots See gh-29327 --- 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 ab200e5928..d9b69e01ce 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.14") { + library("Spring Framework", "5.3.15-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"