From fcf120783a598ea81ccbeff49c19ff9be38ccc83 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 19 Dec 2022 17:13:13 +0100 Subject: [PATCH] Upgrade to Spring Security 6.0.1 Closes gh-33479 --- 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 7b0ae8d7b95a..db48ee6a890b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1419,7 +1419,7 @@ bom { ] } } - library("Spring Security", "6.0.1-SNAPSHOT") { + library("Spring Security", "6.0.1") { group("org.springframework.security") { imports = [ "spring-security-bom"