From 5e24239cffd5a86074b739f47746cd83fccc9a60 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 08:00:49 +0000 Subject: [PATCH] Upgrade to Spring Session 3.3.0-M2 Closes gh-39727 --- 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 4de01fa1862..fadbdfe5207 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1545,7 +1545,7 @@ bom { ] } } - library("Spring Session", "3.3.0-M1") { + library("Spring Session", "3.3.0-M2") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])