From 333c7a7cd83a396c0dc4ef40aba0b9ca5cb6fc23 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Jun 2021 21:21:35 +0200 Subject: [PATCH 1/2] Upgrade to Spring Security 5.4.7 Closes gh-26965 --- 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 4ce19b0455c..a5bdcb569f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1624,7 +1624,7 @@ bom { ] } } - library("Spring Security", "5.4.7-SNAPSHOT") { + library("Spring Security", "5.4.7") { group("org.springframework.security") { imports = [ "spring-security-bom" From c67c09df323cf777006e7f1a6b0da758e81a26f1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Jun 2021 21:22:30 +0200 Subject: [PATCH 2/2] Upgrade to Spring Security 5.5.1 Closes gh-26945 --- 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 942d1c09272..643a1974788 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1709,7 +1709,7 @@ bom { ] } } - library("Spring Security", "5.5.0") { + library("Spring Security", "5.5.1") { group("org.springframework.security") { imports = [ "spring-security-bom"