From d3af5cce73f2dea9fb0b189e2c42882ebc05592c Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 19 Dec 2023 18:49:02 +0100 Subject: [PATCH] Upgrade to Spring Session 3.1.4 Closes gh-38683 --- 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 37f9b891ab..9638b3c1c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1493,7 +1493,7 @@ bom { ] } } - library("Spring Session", "3.1.4-SNAPSHOT") { + library("Spring Session", "3.1.4") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])