From c000ccdaea8111365e385c6039c8e6c79aef1577 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 29 Jun 2020 10:02:13 +0100 Subject: [PATCH] Upgrade to Spring Session 2020.0.0-M1 Closes gh-21928 --- 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 01270ae121..78e32f8f92 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1678,7 +1678,7 @@ bom { ] } } - library("Spring Session Bom", "2020.0.0-SNAPSHOT") { + library("Spring Session Bom", "2020.0.0-M1") { group("org.springframework.session") { imports = [ "spring-session-bom"