From c188822db3c3698c36954c3222e0f51821032fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 21 Nov 2024 09:32:50 +0100 Subject: [PATCH] Upgrade to Spring Security 6.4.1 Closes gh-43232 --- 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 c1befe763f56..069c30eccf5f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2301,7 +2301,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.4.0") { + library("Spring Security", "6.4.1") { considerSnapshots() group("org.springframework.security") { imports = [