From bd84267d5fa3e6e13cc75cdfc721fec64634d22d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Apr 2023 11:42:29 +0200 Subject: [PATCH] Start building against Spring Security 6.0.3 snapshots See gh-34952 --- 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 b32e891d95e..1955c37391c 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.2") { + library("Spring Security", "6.0.3-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"