From a600d6143430b351196cf7aa217f9a652ab153d6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 11:56:06 +0100 Subject: [PATCH] Start building against Spring Security 6.3.1 snapshots See gh-41040 --- 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 f842377b93d..ee7545c4ab4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2053,7 +2053,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.3.0") { + library("Spring Security", "6.3.1-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [