From adc2077be33d0e5bad800b7e51c3a6f6797b7055 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 11:21:55 +0100 Subject: [PATCH] Start building against Spring Session Bom 2021.2.2 snapshots See gh-35731 --- 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 cadfc8d223..a6d5d9c2c5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1843,7 +1843,7 @@ bom { ] } } - library("Spring Session Bom", "2021.2.1") { + library("Spring Session Bom", "2021.2.2-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"