From 7ce95225cbdfd15bd031c1ac7c4e84a3ddc9bdc4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 May 2023 19:22:39 +0100 Subject: [PATCH] Upgrade to Spring Session 3.1.0 Closes gh-35317 --- 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 8b856fd697..5a75e863c9 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-SNAPSHOT") { + library("Spring Session", "3.1.0") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers"