From 86b6cd6d781511327ae034c94115a019758eae2e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Feb 2023 18:08:52 +0000 Subject: [PATCH] Upgrade to Spring Security 6.0.2 Closes gh-34155 --- 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 cd7a830074fa..974a4024ed99 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.0.2-SNAPSHOT") { + library("Spring Security", "6.0.2") { group("org.springframework.security") { imports = [ "spring-security-bom"