From 092d3fa81e48ea18fd3687bcd8bd1bcde7819751 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:07:22 +0200 Subject: [PATCH] Start building against Spring Session 2020.0.7 snapshots See gh-28229 --- 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 2a7efb5103..b7c88c38bd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { } } } - library("Spring Session Bom", "2020.0.6") { + library("Spring Session Bom", "2020.0.7-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"