From 5af29d38a00791543c2646e5c48be966d438408b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:39 +0100 Subject: [PATCH] Upgrade to Spring Security 6.3.5 Closes gh-43013 --- 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 c256a64407c8..7831c14fc200 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2272,7 +2272,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.3.5-SNAPSHOT") { + library("Spring Security", "6.3.5") { considerSnapshots() group("org.springframework.security") { imports = [