From 9894e90567825bdb2d9b6f20675036b827408fd3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 06:53:38 +0100 Subject: [PATCH] Start building against Spring Security 5.5.4 snapshots See gh-28964 --- 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 91c49583b1..6be90cb52f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1731,7 +1731,7 @@ bom { ] } } - library("Spring Security", "5.5.3") { + library("Spring Security", "5.5.4-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"