From fd89ced078972593b51a0eac6ed1ec104d60e457 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Aug 2022 07:14:15 +0200 Subject: [PATCH 1/2] Upgrade to Spring Security 5.6.7 Closes gh-32039 --- 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 8b5f0e2ddd..d2fa0d2442 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1767,7 +1767,7 @@ bom { ] } } - library("Spring Security", "5.6.7-SNAPSHOT") { + library("Spring Security", "5.6.7") { group("org.springframework.security") { imports = [ "spring-security-bom" From 542267e244a763ff7115f0fd88db0ff40f3350fe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Aug 2022 07:14:53 +0200 Subject: [PATCH 2/2] Upgrade to Spring Security 5.7.3 Closes 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 9db6614cf9..0e4eb8524d 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.3-SNAPSHOT") { + library("Spring Security", "5.7.3") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }