From 56ed5fb68c77ef38a0ed07dff71acbe219ba5b95 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:36:24 +0100 Subject: [PATCH] Start building against Spring Security 5.6.2 See 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 bf39a2cfc1de..c0e40dd1a5d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1707,7 +1707,7 @@ bom { ] } } - library("Spring Security", "5.6.1") { + library("Spring Security", "5.6.2-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"