From caa2598b2b6628bb5eb077dafb4af0ba5405c7d3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Aug 2022 14:07:37 +0200 Subject: [PATCH] Start building against Spring Security 5.7.3 See gh-32040 --- 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 8979a981521..79b977a9f99 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1768,7 +1768,7 @@ bom { ] } } - library("Spring Security", "5.7.2") { + library("Spring Security", "5.7.3-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }