From 45481d79188ff279306c46a536e193893ed0267f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 May 2024 10:04:21 +0100 Subject: [PATCH] Upgrade to Spring Session 3.3.0 Closes gh-40679 --- 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 0accce30f7..2e4647e062 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2074,7 +2074,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}") } } - library("Spring Session", "3.3.0-SNAPSHOT") { + library("Spring Session", "3.3.0") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])