From d12ed468c83f437db0c13453d4a3db506932f158 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 May 2020 07:34:09 +0200 Subject: [PATCH] Upgrade to Spring Session Dragonfruit-RELEASE Closes gh-21386 --- 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 d497067808..56a3113ae4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1699,7 +1699,7 @@ bom { ] } } - library("Spring Session Bom", "Dragonfruit-BUILD-SNAPSHOT") { + library("Spring Session Bom", "Dragonfruit-RELEASE") { group("org.springframework.session") { imports = [ "spring-session-bom"