From 7ec9f45929d09238654602a21c58e15f1856940d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Jul 2023 06:21:22 +0200 Subject: [PATCH 1/3] Upgrade to Spring Security 5.7.10 Closes gh-36295 --- 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 69845ffd633..157e6bd5a9e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1836,7 +1836,7 @@ bom { ] } } - library("Spring Security", "5.7.10-SNAPSHOT") { + library("Spring Security", "5.7.10") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6" From 1dcfb3cfb1363c8db9c9aad4064b28db8350250d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Jul 2023 06:22:09 +0200 Subject: [PATCH 2/3] Upgrade to Spring Security 6.0.5 Closes gh-36293 --- 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 935336e69e2..dd3bcf3e1c3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Spring Security", "6.0.5-SNAPSHOT") { + library("Spring Security", "6.0.5") { group("org.springframework.security") { imports = [ "spring-security-bom" From 5af99fe21912644ea504678ba8ac568bc434c14e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Jul 2023 06:22:50 +0200 Subject: [PATCH 3/3] Upgrade to Spring Security 6.1.2 Closes gh-36298 --- 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 e8c84f4eacf..1d760b1b585 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1454,7 +1454,7 @@ bom { ] } } - library("Spring Security", "6.1.2-SNAPSHOT") { + library("Spring Security", "6.1.2") { group("org.springframework.security") { imports = [ "spring-security-bom"