From 488f2435927a76374dd68c6f47730bffcfdc8a73 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Mar 2024 14:06:58 +0000 Subject: [PATCH] Upgrade to Spring Session 3.2.2 Closes gh-39888 --- 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 bbe01f570d3a..71ca53b41b97 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1614,7 +1614,7 @@ bom { ] } } - library("Spring Session", "3.2.2-SNAPSHOT") { + library("Spring Session", "3.2.2") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])