From 71ff5f4a416fd087cdd3282bd6a02c83880405f4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Apr 2023 20:39:38 +0200 Subject: [PATCH] Upgrade to Spring Security 5.7.8 Closes gh-34948 --- 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 da725e8a1cdc..fd8a34942bd4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1832,7 +1832,7 @@ bom { ] } } - library("Spring Security", "5.7.8-SNAPSHOT") { + library("Spring Security", "5.7.8") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6"