From e242dc5ce834948621571581e0575235d4c1f8cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:29:06 +0100 Subject: [PATCH] Start building against Spring Session 2021.0.5 snapshots See gh-29715 --- 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 aaa7636fcb..e442c62881 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1740,7 +1740,7 @@ bom { } } } - library("Spring Session Bom", "2021.0.4") { + library("Spring Session Bom", "2021.0.5-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"