From 21fb273ec3d9c9c492d5a7ec512d64bea94272f5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Feb 2022 14:08:16 +0000 Subject: [PATCH 1/2] Upgrade to Spring Security 5.5.5 Closes gh-29713 --- 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 af56d0f5ad..423d9ce2fd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1732,7 +1732,7 @@ bom { ] } } - library("Spring Security", "5.5.5-SNAPSHOT") { + library("Spring Security", "5.5.5") { group("org.springframework.security") { imports = [ "spring-security-bom" From 2d8495361eb2720cf78e7f798daff811e8eebef3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Feb 2022 14:09:38 +0000 Subject: [PATCH 2/2] Upgrade to Spring Security 5.6.2 Closes gh-29723 --- 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 c8377eb4da..b7a84de006 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1711,7 +1711,7 @@ bom { ] } } - library("Spring Security", "5.6.2-SNAPSHOT") { + library("Spring Security", "5.6.2") { group("org.springframework.security") { imports = [ "spring-security-bom"