From 450a0ce8c732da58f976de7fea9b367f7fd6f8b8 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 19 Dec 2023 12:30:36 +0100 Subject: [PATCH] Upgrade to Spring Security 6.1.6 Closes gh-38682 --- 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 db6af4ca69..2d81de4027 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1485,7 +1485,7 @@ bom { ] } } - library("Spring Security", "6.1.6-SNAPSHOT") { + library("Spring Security", "6.1.6") { considerSnapshots() group("org.springframework.security") { imports = [