From 2eaf6726f30cffe53ecc045d5f89394d1e1f0cd2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Nov 2023 14:53:06 +0000 Subject: [PATCH] Start building against Spring Session 3.2.0 snapshots See gh-38319 --- 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 8a3b335c6090..752d313842fd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1605,7 +1605,7 @@ bom { ] } } - library("Spring Session", "3.2.0-RC1") { + library("Spring Session", "3.2.0-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])