From 1e7b8250b8c564cf5fc20d7cf7afaf7527d0f96e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Apr 2023 20:40:06 +0200 Subject: [PATCH] Upgrade to Spring Security 6.0.3 Closes gh-34952 --- 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 c49cdfd72a..7dfe39c226 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.3-SNAPSHOT") { + library("Spring Security", "6.0.3") { group("org.springframework.security") { imports = [ "spring-security-bom"