From 2506172d91c14005d080b3a440ef588201196382 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jul 2023 07:46:39 +0200 Subject: [PATCH] Upgrade to Spring Session 3.2.0-M1 Closes 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 5c1a3e10336..08d12e4cbfb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1461,7 +1461,7 @@ bom { ] } } - library("Spring Session", "3.2.0-SNAPSHOT") { + library("Spring Session", "3.2.0-M1") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers"