From c06424f00ace1b7d979f255b84f58548ab40864c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:10:17 +0100 Subject: [PATCH] Start building against Spring Session 3.0.4 snapshots See gh-37686 --- 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 fed9e0cf7c..c4520ccba4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1455,7 +1455,7 @@ bom { ] } } - library("Spring Session", "3.0.3") { + library("Spring Session", "3.0.4-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])