From 33e6ab7a6853318e41950e8ced370b22ec25f22c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 Mar 2020 14:40:09 +0100 Subject: [PATCH] Upgrade to Spring Session Dragonfruit-RC2 Closes gh-20490 --- 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 6266a52e19..789d7094b6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1689,7 +1689,7 @@ bom { ] } } - library("Spring Session Bom", "Dragonfruit-M2") { + library("Spring Session Bom", "Dragonfruit-RC2") { group("org.springframework.session") { imports = [ "spring-session-bom"