From 4e21896b0de11d5085c1bfcc33f6ef16f228fb4d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 10:25:50 +0100 Subject: [PATCH] Start building against Spring Security 6.2.0 snapshots See gh-37715 --- 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 5ced6f5d0fa..1ae332d6e2e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1610,7 +1610,7 @@ bom { ] } } - library("Spring Security", "6.2.0-M3") { + library("Spring Security", "6.2.0-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [