From abfb675d20113f7bb9da76c0fda2113b6eb0e1bc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 19:22:16 +0100 Subject: [PATCH] Upgrade to Spring Security 6.0.0-M5 Closes gh-31101 --- 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 b3768e2c55..15232ae0a5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1447,7 +1447,7 @@ bom { ] } } - library("Spring Security", "6.0.0-M4") { + library("Spring Security", "6.0.0-M5") { group("org.springframework.security") { imports = [ "spring-security-bom"