From aaad1613dca80e0ee035e024c74e7b91629b8efe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:25 +0000 Subject: [PATCH] Upgrade to Spring Session Bom Dragonfruit-SR2 Closes gh-25202 --- 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 c53df49bfc..9729f10d07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1738,7 +1738,7 @@ bom { ] } } - library("Spring Session Bom", "Dragonfruit-SR1") { + library("Spring Session Bom", "Dragonfruit-SR2") { group("org.springframework.session") { imports = [ "spring-session-bom"