From 6f6a4d99900555f2941b4ae9116360e302e6defa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Sep 2022 03:51:25 +0200 Subject: [PATCH] Start building against Spring Session 2022.0.0-M3 snapshots See gh-32427 --- 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 18d3cc2c26..0f36776aaa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1483,7 +1483,7 @@ bom { ] } } - library("Spring Session Bom", "2022.0.0-M2") { + library("Spring Session Bom", "2022.0.0-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"