From 3aca776b5dab800b48affdf3f2d1ebed304800bd Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 21 Dec 2022 13:43:06 +0100 Subject: [PATCH] Upgrade to Spring Security 5.7.6 Closes gh-33544 --- 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 f35f84775b6..800edbef815 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1780,7 +1780,7 @@ bom { ] } } - library("Spring Security", "5.7.5") { + library("Spring Security", "5.7.6") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }