From afdc133d6a1465abca35f4d3c868b05bf528d45d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 19:27:19 +0100 Subject: [PATCH] Start building against Spring Session 3.2.0 snapshots See gh-36196 --- 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 e1842e44ee5..4af52df9df3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1468,7 +1468,7 @@ bom { ] } } - library("Spring Session", "3.1.1") { + library("Spring Session", "3.2.0-SNAPSHOT") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers"