From e25792ee58822a1aa4358a5b7bb1e7e5d1df4896 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Nov 2022 19:28:44 +0000 Subject: [PATCH] Upgrade to Spring Security 6.0.0-RC2 Closes gh-33063 --- 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 62fe5ad4e0f..4b05c3e681e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1433,7 +1433,7 @@ bom { ] } } - library("Spring Security", "6.0.0-RC1") { + library("Spring Security", "6.0.0-RC2") { group("org.springframework.security") { imports = [ "spring-security-bom"