From 5af99fe21912644ea504678ba8ac568bc434c14e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Jul 2023 06:22:50 +0200 Subject: [PATCH] Upgrade to Spring Security 6.1.2 Closes gh-36298 --- 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 e8c84f4eac..1d760b1b58 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1454,7 +1454,7 @@ bom { ] } } - library("Spring Security", "6.1.2-SNAPSHOT") { + library("Spring Security", "6.1.2") { group("org.springframework.security") { imports = [ "spring-security-bom"