From 1c9e7d7c8ef9f4b191488f97f0a8f8c1877428ce Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 11:15:28 +0100 Subject: [PATCH] Start building against Spring Session 2021.2.0-M1 snapshots See gh-29226 --- 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 60b72567e2..10198f051d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1734,7 +1734,7 @@ bom { ] } } - library("Spring Session Bom", "2021.1.0") { + library("Spring Session Bom", "2021.2.0-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"