From 84f0614bdfab7b6b1085712b34851f2ffa5a9205 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 16:51:44 +0000 Subject: [PATCH] Upgrade to Spring Session 3.2.0 Closes gh-38319 --- 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 e5f306c258..94c1f5be6f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1612,7 +1612,7 @@ bom { ] } } - library("Spring Session", "3.2.0-SNAPSHOT") { + library("Spring Session", "3.2.0") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])