From e82def03ca0be711ce1fa00f0adc0b082436e6c0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 19:18:24 +0100 Subject: [PATCH 1/2] Upgrade to Spring Security 5.5.8 Closes gh-31096 --- 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 c9dd93daec..6913f288dd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1775,7 +1775,7 @@ bom { ] } } - library("Spring Security", "5.5.7") { + library("Spring Security", "5.5.8") { group("org.springframework.security") { imports = [ "spring-security-bom" From a712b1e6b01a4bc00d64157776a6097b9819bcec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 19:19:47 +0100 Subject: [PATCH 2/2] Upgrade to Spring Security 5.6.5 Closes gh-31102 --- 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 cdfb4a1459..b815378bde 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1760,7 +1760,7 @@ bom { ] } } - library("Spring Security", "5.6.4") { + library("Spring Security", "5.6.5") { group("org.springframework.security") { imports = [ "spring-security-bom"