From 3d514da3d1f72a2214ae4e77183b3b76c7674353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 18 Sep 2023 19:05:27 +0200 Subject: [PATCH] Upgrade to Spring Security 6.0.7 Closes gh-37417 --- 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 1d5049a870c7..04559f61cac9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1444,7 +1444,7 @@ bom { ] } } - library("Spring Security", "6.0.7-SNAPSHOT") { + library("Spring Security", "6.0.7") { considerSnapshots() group("org.springframework.security") { imports = [