From f2e295802d436862c6cee4a6fc2e8dff921cfb5a Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 12 Apr 2022 17:22:16 +0200 Subject: [PATCH] Switch to Spring Security SNAPSHOTs See gh-30633 --- 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 65ae0faf37e..a4f3dc6b8c4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1425,7 +1425,7 @@ bom { ] } } - library("Spring Security", "6.0.0-M3") { + library("Spring Security", "6.0.0-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"