From bdb2cb131a26b6cf191f30a8c3271e39ea6149e1 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 19 Dec 2023 11:35:57 +0100 Subject: [PATCH] Upgrade to Spring Security 6.2.1 Closes gh-38700 --- 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 ad5f9381ecc..345ce69e25c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1608,7 +1608,7 @@ bom { ] } } - library("Spring Security", "6.2.1-SNAPSHOT") { + library("Spring Security", "6.2.1") { considerSnapshots() group("org.springframework.security") { imports = [