From f5cba056d78c5db619e9647e3cd0f26a45346b1f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 May 2021 12:44:00 +0200 Subject: [PATCH] Start building against Spring Session 2021.0.0 snapshots See gh-26389 --- 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 668c22570b..68999e0079 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1716,7 +1716,7 @@ bom { ] } } - library("Spring Session Bom", "2021.0.0-RC1") { + library("Spring Session Bom", "2021.0.0-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"