From 1f357f62cf7ed3ccd7157055ef7a9c7a096bac5e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 08:59:36 +0200 Subject: [PATCH] Start building against Spring Session 2021.0.0-RC1 snapshots See gh-25932 --- 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 8f02e32648..583f48ad0c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring Session Bom", "2021.0.0-M1") { + library("Spring Session Bom", "2021.0.0-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"