From b4fc9d6c501852b9c9d96980f1c190abcb54b10e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 17:42:06 +0100 Subject: [PATCH] Start building against Spring Security 6.0.4 snapshots See gh-35743 --- 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 f2cdc7e68a..28da0bd866 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Spring Security", "6.0.3") { + library("Spring Security", "6.0.4-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"