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