From 5244eea1edb28cb1effa806c2779e87db2a32597 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 13:31:17 +0000 Subject: [PATCH] Upgrade to Spring Security 6.1.8 Closes gh-39877 --- 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 fc9ddf70cf09..faa2810fdb81 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.8-SNAPSHOT") { + library("Spring Security", "6.1.8") { considerSnapshots() group("org.springframework.security") { imports = [