From 03a1424c13008738af6402fae418006b9477aad4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 May 2024 09:36:44 +0100 Subject: [PATCH] Upgrade to Spring Session 3.1.6 Closes gh-40652 --- 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 9bed7b0467c..174765967ca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1549,7 +1549,7 @@ bom { ] } } - library("Spring Session", "3.1.6-SNAPSHOT") { + library("Spring Session", "3.1.6") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])