From 29cd148e052925f457790f5be020d767fc8ccc87 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Jun 2022 20:55:14 +0100 Subject: [PATCH] Start building against Spring Framework 5.3.1 snapshots See gh-31319 --- 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 59fb738c20..80c5e5f9e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1687,7 +1687,7 @@ bom { ] } } - library("Spring Framework", "5.3.20") { + library("Spring Framework", "5.3.21-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" }