From 7e3ad42fd3fb04b7ce39f3972b3a4facb3cd66a1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 14:23:32 +0200 Subject: [PATCH] Start building against Spring Security 5.4.8 snapshots See gh-27597 --- 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 34dd31047a..2cd5a7f65d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1630,7 +1630,7 @@ bom { ] } } - library("Spring Security", "5.4.7") { + library("Spring Security", "5.4.8-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"