From e962714dd3c259b49811d01eafa06a9e66e1997f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 29 Oct 2020 09:06:08 +0100 Subject: [PATCH] Upgrade to Spring Session 2020.0.0 Closes gh-23788 --- 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 bb139984cc..9e1ec2b620 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1626,7 +1626,7 @@ bom { ] } } - library("Spring Session Bom", "2020.0.0-RC1") { + library("Spring Session Bom", "2020.0.0") { group("org.springframework.session") { imports = [ "spring-session-bom"