From e789b76e74efb5c61016a4e02b75b2323d8da71c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 09:00:24 +0200 Subject: [PATCH] Upgrade to Spring Security 6.1.3 Closes gh-36848 --- 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 eab1beb655..942adcdf13 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1458,7 +1458,7 @@ bom { ] } } - library("Spring Security", "6.1.3-SNAPSHOT") { + library("Spring Security", "6.1.3") { group("org.springframework.security") { imports = [ "spring-security-bom"