From 4ec4bf0d33266b6fb4419d11b1ae976611acc6ac Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:37:30 +0200 Subject: [PATCH] Start building against Spring Session 3.1.0 snapshots See gh-35317 --- 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 39e6de692a..ebf6327eaa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1482,7 +1482,7 @@ bom { ] } } - library("Spring Session", "3.1.0-RC1") { + library("Spring Session", "3.1.0-SNAPSHOT") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers"