From 2f40c52d810932ec7d65f413dc8c66024276f9a1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jun 2022 12:54:34 +0200 Subject: [PATCH] Start building against Spring Session 2021.1.4 snapshots See gh-31352 --- 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 afc6ecd5afc7..3efbfd592f45 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1767,7 +1767,7 @@ bom { ] } } - library("Spring Session Bom", "2021.1.3") { + library("Spring Session Bom", "2021.1.4-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"