From bffbf84354f6c3ba8055abb9f53097ec6dbfa5ae Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Mar 2025 07:39:28 +0000 Subject: [PATCH] Upgrade to Spring Security 6.3.8 Closes gh-44563 --- 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 c4f18c07e2..638954b69b 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.8-SNAPSHOT") { + library("Spring Security", "6.3.8") { considerSnapshots() group("org.springframework.security") { imports = [