From a92388cbeeca0d3c16121c0f13420603d971b698 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Oct 2022 20:43:40 +0100 Subject: [PATCH 1/2] Upgrade to Spring Security 5.6.8 Closes gh-32590 --- 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 1301986317..27add70c22 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.8-SNAPSHOT") { + library("Spring Security", "5.6.8") { group("org.springframework.security") { imports = [ "spring-security-bom" From 99f0a5e01d96c49fdc21a319e69777240ee7ae2f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Oct 2022 20:45:40 +0100 Subject: [PATCH 2/2] Upgrade to Spring Security 5.7.4 Closes gh-32597 --- 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 08c67ddf2a..73dd973739 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.4-SNAPSHOT") { + library("Spring Security", "5.7.4") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }