From a21f2a25e3fccb1c1f7ab8be00e013736e961ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 08:55:28 +0200 Subject: [PATCH] Upgrade to Spring Security 6.3.2 Closes gh-41741 --- 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 d2e3b2aeea..4b0775815b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2102,7 +2102,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.3.2-SNAPSHOT") { + library("Spring Security", "6.3.2") { considerSnapshots() group("org.springframework.security") { imports = [