From 8d61e707c77ef34dfe7a431abfac60dd756b6ecb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 16:05:52 +0000 Subject: [PATCH] Start building against Spring Security 6.0.2 snapshots See gh-34155 --- 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 4cb3095fe12..ccdeb30942d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1417,7 +1417,7 @@ bom { ] } } - library("Spring Security", "6.0.1") { + library("Spring Security", "6.0.2-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"