From 9365dae768c9d69fd6423a51af5f2836d6278bcd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:33:51 +0000 Subject: [PATCH] Upgrade to Spring Security 6.2.3 Closes gh-39887 --- 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 67fd0c5499..45cd2afdd4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1606,7 +1606,7 @@ bom { ] } } - library("Spring Security", "6.2.3-SNAPSHOT") { + library("Spring Security", "6.2.3") { considerSnapshots() group("org.springframework.security") { imports = [