From 76c7fe3f8aee999185fa5b6947e371296025e888 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 19 Dec 2023 19:11:15 +0100 Subject: [PATCH] Upgrade to Spring Session 3.2.1 Closes gh-38866 --- 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 3a7a4c9b5ac..3c1c50f543b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1616,7 +1616,7 @@ bom { ] } } - library("Spring Session", "3.2.0") { + library("Spring Session", "3.2.1") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])