From d925c8d317c276323fa053de9aaa0c20dac27b60 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 08:21:00 +0100 Subject: [PATCH] Start building against Spring Security 5.7.0-M2 snapshots See gh-29766 --- 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 1cb95725cff..421821f33f5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1731,7 +1731,7 @@ bom { ] } } - library("Spring Security", "5.7.0-M1") { + library("Spring Security", "5.7.0-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"