From 7627a465b92930a0d6408ae5577e27e3ff32db4c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 21:42:14 +0100 Subject: [PATCH] Start building against Spring Security 6.1.1 snapshots See gh-35754 --- 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 7a1547b6f9..d72919cb48 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1475,7 +1475,7 @@ bom { ] } } - library("Spring Security", "6.1.0") { + library("Spring Security", "6.1.1-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"