From a25065e3832f16e623a3e0197cda15ebaf3b09ad Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Dec 2024 19:18:07 +0000 Subject: [PATCH] Upgrade to Spring Security 6.4.2 Closes gh-43419 --- 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 8741f35684..eda212930e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2303,7 +2303,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.4.2-SNAPSHOT") { + library("Spring Security", "6.4.2") { considerSnapshots() group("org.springframework.security") { imports = [