From 3575c12ae5f26e20a419ef6fb631cc7800a224fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 12 Aug 2026 08:09:49 +0200 Subject: [PATCH] Start building against Spring Security 7.2.0-M1 snapshots See gh-51271 --- 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 0518c385f2e..5fe26df15a2 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2736,7 +2736,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Security", "7.1.1-SNAPSHOT") { + library("Spring Security", "7.2.0-SNAPSHOT") { firstParty() group("org.springframework.security") { bom("spring-security-bom")