From e08a66f261021853115a28ce5c94cf48aa26e644 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Aug 2024 18:51:19 +0100 Subject: [PATCH] Upgrade to Spring Security 6.3.3 Closes gh-41985 --- 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 217e60c13c9..db618b2ea89 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") { + library("Spring Security", "6.3.3") { considerSnapshots() group("org.springframework.security") { imports = [