From 04d6840ff3b72d5a36a0f58737281e50e902b8d6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Oct 2022 10:37:40 +0200 Subject: [PATCH] Polish "Upgrade to Spring Security 6.0.0-RC1" See gh-32604 --- 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 9f9409acfc..41b50b5e4d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1497,7 +1497,7 @@ bom { ] } } - library("Spring Security", "6.0.0-SNAPSHOT") { + library("Spring Security", "6.0.0-RC1") { group("org.springframework.security") { imports = [ "spring-security-bom"