From 3b9260d4cade44ee3687a519794a5bda28748925 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 07:51:50 +0100 Subject: [PATCH] Upgrade to Spring Security 5.7.5 Closes gh-33178 --- 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 f146518d81..6594d23eff 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1786,7 +1786,7 @@ bom { ] } } - library("Spring Security", "5.7.4") { + library("Spring Security", "5.7.5") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }