From 85d4a070389238d8c2554b9d891886df36a89a75 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 12 Mar 2022 12:03:57 +0100 Subject: [PATCH] Start building against Spring Security 5.7.0-M3 snapshots See gh-30191 --- 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 3cb6eb0a0e7..b1fe74cb62a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1742,7 +1742,7 @@ bom { ] } } - library("Spring Security", "5.7.0-M2") { + library("Spring Security", "5.7.0-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"