From 1e402f9f4128d55301fd30fc67f1ee0f9a2b2ece Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 20:36:45 +0000 Subject: [PATCH] Start building against Spring Session 3.3.0 snapshots See gh-39900 --- 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 fc8b9ac0e93..249df4371ef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1984,7 +1984,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}") } } - library("Spring Session", "3.3.0-M2") { + library("Spring Session", "3.3.0-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])