From 6f62e1c743ba44cec5e7071c9378ae7a76e7984f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:07:49 +0200 Subject: [PATCH] Start building against Spring Session 2021.2.0-RC1 snapshots See gh-30611 --- 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 d958dc73d0..7423470fef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1800,7 +1800,7 @@ bom { ] } } - library("Spring Session Bom", "2021.2.0-M1") { + library("Spring Session Bom", "2021.2.0-SNAPSHOT") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }