From b4dedd73c9270e8df1128d11247e7ad69a40b872 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 11:21:58 +0100 Subject: [PATCH] Start building against Spring Session 3.1.6 snapshots See gh-40652 --- 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 0f1023026c..81dbd93990 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1549,7 +1549,7 @@ bom { ] } } - library("Spring Session", "3.1.5") { + library("Spring Session", "3.1.6-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])