From 409a99114c6ea0f3aed3caa82932e19ac4aad06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 17 Sep 2026 07:48:29 +0200 Subject: [PATCH] Start building against Spring Security 7.2.0-M2 snapshots See gh-51805 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 3f7da51cb2f..e0e7987e131 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2946,7 +2946,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Security", "7.2.0-M1") { + library("Spring Security", "7.2.0-SNAPSHOT") { firstParty() group("org.springframework.security") { bom("spring-security-bom")