From abf49e55db709b0f6cdab7b5afded0a3e03f682e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Jun 2024 20:34:02 +0100 Subject: [PATCH] Upgrade to Spring Session 3.2.4 Closes gh-41026 --- 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 b0b2a11cb64..4d1d02d124b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1673,7 +1673,7 @@ bom { ] } } - library("Spring Session", "3.2.4-SNAPSHOT") { + library("Spring Session", "3.2.4") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])