From cf955671d88651f31a2bc4794d8167d72e5f7c22 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:46 +0200 Subject: [PATCH] Upgrade to Spring Security 6.0.4 Closes gh-35743 --- 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 a628eff273..16fb8da64c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Spring Security", "6.0.4-SNAPSHOT") { + library("Spring Security", "6.0.4") { group("org.springframework.security") { imports = [ "spring-security-bom"