From c72456a27eaa189a138da01598070a8112ace188 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 Oct 2023 09:51:01 +0100 Subject: [PATCH] Revert "Start building against Spring Security 6.2.0 snapshots" This reverts commit 4e21896b0de11d5085c1bfcc33f6ef16f228fb4d. 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 421274650b..f1dbbb4a11 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1606,7 +1606,7 @@ bom { ] } } - library("Spring Security", "6.2.0-SNAPSHOT") { + library("Spring Security", "6.2.0-M3") { considerSnapshots() group("org.springframework.security") { imports = [