From 8de1ebe52b9acf435fdb5affe32edf0aee570489 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Apr 2023 20:41:08 +0200 Subject: [PATCH] Upgrade to Spring Security 6.1.0-RC1 Closes gh-34969 --- 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 d8072853a7b..10f5afe4f39 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.1.0-SNAPSHOT") { + library("Spring Security", "6.1.0-RC1") { group("org.springframework.security") { imports = [ "spring-security-bom"