From e53bac272cf0bc676e3cfb60bd35bd7268836407 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 06:54:01 +0100 Subject: [PATCH] Start building against Spring Session 2021.0.4 snapshots See gh-28965 --- 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 6be90cb52ff2..bd7da4666ccc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1743,7 +1743,7 @@ bom { } } } - library("Spring Session Bom", "2021.0.3") { + library("Spring Session Bom", "2021.0.4-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"