From 208f69b6614b70c2c3874aedeebc4368c93ed2d6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:10:12 +0100 Subject: [PATCH] Start building against Spring Security 6.0.8 snapshots See gh-37685 --- 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 e7c9b48c63..fed9e0cf7c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1447,7 +1447,7 @@ bom { ] } } - library("Spring Security", "6.0.7") { + library("Spring Security", "6.0.8-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [