From 51ad35672d816b893b2a1ef7ba61641bc82c0e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 8 Aug 2024 11:55:56 +0200 Subject: [PATCH] Start building against Spring Security 6.2.6 snapshots See gh-41728 --- 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 f644447901..eea2a0c93a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring Security", "6.2.5") { + library("Spring Security", "6.2.6-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [