From 424e8e6924791b6c29461eda462cac3e03cc2d1b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:28 +0200 Subject: [PATCH] Upgrade to Spring Security 6.1.1 Closes gh-35754 --- 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 3c5fe1a04b..6374470c97 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1475,7 +1475,7 @@ bom { ] } } - library("Spring Security", "6.1.1-SNAPSHOT") { + library("Spring Security", "6.1.1") { group("org.springframework.security") { imports = [ "spring-security-bom"