From 7ba2d873a8ce6b576ee870e92a8441806f8958a4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Feb 2025 17:40:16 +0000 Subject: [PATCH] Upgrade to Spring Security 6.3.7 Closes gh-44113 --- 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 c41bb6152f..98405f3c5d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2316,7 +2316,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.3.7-SNAPSHOT") { + library("Spring Security", "6.3.7") { considerSnapshots() group("org.springframework.security") { imports = [