From d0550d8441f0527aef01200d38e373f9e090812d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:16:30 +0100 Subject: [PATCH] Start building against Spring Session 3.2.3 snapshots See gh-40663 --- 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 375e85bf57f..1f77a3f0e28 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring Session", "3.2.2") { + library("Spring Session", "3.2.3-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])