From ab512edb962cfb8f52c2f4aa771fa5d2dd98bf9a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 5 Feb 2020 18:04:23 +0000 Subject: [PATCH] Upgrade to Spring Session Dragonfruit-M1 Closes gh-20045 --- 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 40cf8dc348b..f75f1e61004 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1673,7 +1673,7 @@ bom { ] } } - library("Spring Session Bom", "Corn-RELEASE") { + library("Spring Session Bom", "Dragonfruit-M1") { group("org.springframework.session") { imports = [ "spring-session-bom"