From 7426d2140769b6e9cf0074578106959cfefe69c1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 08:58:10 +0200 Subject: [PATCH] Upgrade to Spring Security 6.0.6 Closes gh-36837 --- 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 270b7a2a57..1e9c0a7514 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1420,7 +1420,7 @@ bom { ] } } - library("Spring Security", "6.0.6-SNAPSHOT") { + library("Spring Security", "6.0.6") { group("org.springframework.security") { imports = [ "spring-security-bom"