From a4bf49058298ca88b6a7915edcdb3c8d00bf25cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 14:24:23 +0200 Subject: [PATCH] Start building against Spring Session 2020.0.6 snapshots See gh-27599 --- 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 cbbe9ce647f..c28c48f71c9 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.5") { + library("Spring Session Bom", "2020.0.6-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"