From 9731934360f66661a7d24a5228792b4272287244 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 21:42:19 +0100 Subject: [PATCH] Start building against Spring Session 3.1.1 snapshots See gh-35755 --- 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 d72919cb48c..2193c91ef17 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1482,7 +1482,7 @@ bom { ] } } - library("Spring Session", "3.1.0") { + library("Spring Session", "3.1.1-SNAPSHOT") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers"