From 0c9c48d54b01034b5410f3ca382775f43deb04ff Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 08:59:44 +0100 Subject: [PATCH] Upgrade to Spring Security 6.1.5 Closes gh-37701 --- 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 2e31bbda7d6..bfb77f0309e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1483,7 +1483,7 @@ bom { ] } } - library("Spring Security", "6.1.5-SNAPSHOT") { + library("Spring Security", "6.1.5") { considerSnapshots() group("org.springframework.security") { imports = [