From 96c2055d78fae12fe851614700f535a3a157a8a1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 17:47:39 +0000 Subject: [PATCH] Start building against Spring Session 3.1.0-M1 snapshots See gh-34551 --- 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 f5c6c45e56..88f23b0844 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1410,7 +1410,7 @@ bom { ] } } - library("Spring Session", "3.0.0") { + library("Spring Session", "3.1.0-SNAPSHOT") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers"