From 2d8495361eb2720cf78e7f798daff811e8eebef3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Feb 2022 14:09:38 +0000 Subject: [PATCH] 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 c8377eb4dad0..b7a84de00676 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"