From 1dcfb3cfb1363c8db9c9aad4064b28db8350250d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Jul 2023 06:22:09 +0200 Subject: [PATCH] Upgrade to Spring Security 6.0.5 Closes gh-36293 --- 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 935336e69e..dd3bcf3e1c 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.5-SNAPSHOT") { + library("Spring Security", "6.0.5") { group("org.springframework.security") { imports = [ "spring-security-bom"