From f814beacec14bbdb8d9cfa67b9672cfbca2d3a7a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Apr 2021 09:05:10 +0200 Subject: [PATCH] Upgrade to Spring Session Dragonfruit-SR3 Closes gh-25907 --- 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 fa9436b8ba..f79623a7be 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1631,7 +1631,7 @@ bom { ] } } - library("Spring Session Bom", "2020.0.4-SNAPSHOT") { + library("Spring Session Bom", "2020.0.4") { group("org.springframework.session") { imports = [ "spring-session-bom"