From c19c18f998dbf3f41686801dd603b904e10b0c3a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 14:32:56 +0000 Subject: [PATCH] Start building against Spring Session 3.3.0 snapshots See gh-38991 --- 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 858dec0c50..69df5fc8ce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1613,7 +1613,7 @@ bom { ] } } - library("Spring Session", "3.2.1") { + library("Spring Session", "3.3.0-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])