From 5fdd124bc3bf9917067ab328a26dd0bb5047c6d0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 11:29:29 +0000 Subject: [PATCH] Start building against Spring Framework 5.3.26 snapshots See gh-34531 --- 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 b5a8b52c20..9f45c82a38 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1750,7 +1750,7 @@ bom { ] } } - library("Spring Framework", "5.3.25") { + library("Spring Framework", "5.3.26-SNAPSHOT") { prohibit { versionRange "[6.0.0-M1,)" because "we upgrade in Spring Boot 3.x"