From bf4d8a5a57b07472d0b5bad6dba54288b1e97725 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:20:27 +0000 Subject: [PATCH] Upgrade to Spring Security 6.1.0-M1 Closes gh-34110 --- 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 d3238a0c00..81d1af2784 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1404,7 +1404,7 @@ bom { ] } } - library("Spring Security", "6.0.1") { + library("Spring Security", "6.1.0-M1") { group("org.springframework.security") { imports = [ "spring-security-bom"