From 9a03a353ec0cf105cefe4e1f3b978237f348dda6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jul 2023 13:56:57 +0100 Subject: [PATCH] Start building against Spring Security 5.7.10 snapshots See gh-36295 --- 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 2fb650b1cb..909f5462a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1836,7 +1836,7 @@ bom { ] } } - library("Spring Security", "5.7.9") { + library("Spring Security", "5.7.10-SNAPSHOT") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6"