From 052cb19653440e1615ec4cb3554c70e964d8741d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 May 2024 18:03:05 +0100 Subject: [PATCH] Upgrade to Spring Security 6.3.0 Closes gh-40678 --- 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 b77bcf1f6e..e7b96adce8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2058,7 +2058,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.3.0-SNAPSHOT") { + library("Spring Security", "6.3.0") { considerSnapshots() group("org.springframework.security") { imports = [