From fc1a5033e829d903fd2e37989918b1ea202508e4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 20:21:33 +0000 Subject: [PATCH] Start building against Spring Security 6.2.1 snapshots See gh-38700 --- 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 be82e12da9..52926c952c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1604,7 +1604,7 @@ bom { ] } } - library("Spring Security", "6.2.0") { + library("Spring Security", "6.2.1-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [