From f76ccc406903ecd51ca73db4ebe7226832ada846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 17 Sep 2026 07:48:33 +0200 Subject: [PATCH] Start building against Spring Session 4.2.0-M1 snapshots See gh-51806 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index e0e7987e131..9f196c6c795 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2961,7 +2961,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}") } } - library("Spring Session", "4.1.1") { + library("Spring Session", "4.2.0-SNAPSHOT") { firstParty() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])