From 24ba596bc4fa000614834016452435c834fdeda2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 4 Aug 2026 17:13:08 +0200 Subject: [PATCH] Upgrade to Spring Session 4.1.1 Closes gh-51262 --- 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 302857d46d8..f5b5c98d7fe 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2726,7 +2726,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}") } } - library("Spring Session", "4.1.1-INTERNAL-SNAPSHOT") { + library("Spring Session", "4.1.1") { firstParty() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])