From 41eded4b8b604257536c938ced693e6d6763bb04 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:06:54 +0200 Subject: [PATCH] Start building against Spring Security 5.4.9 snapshots See gh-28228 --- 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 204e9610a2..2a7efb5103 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.8") { + library("Spring Security", "5.4.9-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"