From a9c1b4a7c32cd4cdb6f728d49cfb060334823113 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 6 Oct 2022 20:20:48 +0100 Subject: [PATCH] Start building against Spring Session 2022.0.0-RC1 snapshots See gh-32606 --- 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 1642e3b866..6d33065e2d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1492,7 +1492,7 @@ bom { ] } } - library("Spring Session Bom", "2022.0.0-M3") { + library("Spring Session Bom", "2022.0.0-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"