From fb8043a31fb74d59c7adc8524147cfdeea3296a2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 15:18:55 +0000 Subject: [PATCH] Start building against Spring Session 3.1.4 snapshots See 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 cdcadb8d4f7..2a7bf81c66c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1489,7 +1489,7 @@ bom { ] } } - library("Spring Session", "3.1.3") { + library("Spring Session", "3.1.4-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])