From 1ae23ccc73633f569566767f8bb04f5ea8921219 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Aug 2023 18:27:19 +0200 Subject: [PATCH] Upgrade to Spring Session 3.0.3 Closes gh-36838 --- 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 f83019f7f43..035acb373e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1427,7 +1427,7 @@ bom { ] } } - library("Spring Session", "3.0.3-SNAPSHOT") { + library("Spring Session", "3.0.3") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers"