From 47bf63ae92083ba1a6d686afdece43a18b8b5576 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Nov 2023 14:53:01 +0000 Subject: [PATCH] Start building against Spring Security 6.2.0 snapshots See gh-38318 --- 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 9944aa58ec..8a3b335c60 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1597,7 +1597,7 @@ bom { ] } } - library("Spring Security", "6.2.0-RC2") { + library("Spring Security", "6.2.0-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [