From b0aa1cdb0091b12e0a02f1e992e89dcc979be1d3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:51:10 +0200 Subject: [PATCH] Start building against Spring Session 2021.0.3 snapshots See gh-28248 --- 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 ebc34df28d..ef725815dc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1727,7 +1727,7 @@ bom { } } } - library("Spring Session Bom", "2021.0.2") { + library("Spring Session Bom", "2021.0.3-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"