From a9375afb060d886e36f2a32eeafb513276b03e99 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Nov 2022 17:41:18 +0100 Subject: [PATCH] Upgrade to Spring Security 6.0.0 Closes gh-33144 --- 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 c8ec97f98ef7..227af6964ce3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1419,7 +1419,7 @@ bom { ] } } - library("Spring Security", "6.0.0-SNAPSHOT") { + library("Spring Security", "6.0.0") { group("org.springframework.security") { imports = [ "spring-security-bom"