From d4d041113c99c83e27b0545588eb422908eefe08 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Feb 2025 20:45:18 +0000 Subject: [PATCH] Start building against Spring Session 3.4.2 snapshots See gh-44167 --- 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 cba3eb6b8559..9f460e6faf57 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2428,7 +2428,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}") } } - library("Spring Session", "3.4.1") { + library("Spring Session", "3.4.2-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])