From 2de65771407f5406c2a09e6da17680c3664f5ec5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 May 2023 07:42:36 +0200 Subject: [PATCH] Upgrade to Spring Security 6.1.0 Closes gh-35316 --- 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 0c82fe7325..4f403e77a3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1475,7 +1475,7 @@ bom { ] } } - library("Spring Security", "6.1.0-SNAPSHOT") { + library("Spring Security", "6.1.0") { group("org.springframework.security") { imports = [ "spring-security-bom"