From 9b52ee5dac95cd688305dea65364c97be7dec116 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Sep 2023 10:18:07 +0100 Subject: [PATCH] Start building against Spring Security 6.2.0 snapshots See gh-37236 --- 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 31e5ef709e9..cd8c23d634d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1604,7 +1604,7 @@ bom { ] } } - library("Spring Security", "6.2.0-M2") { + library("Spring Security", "6.2.0-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [