From e719a246dff93f0a864c61aef13c6dda2be03c65 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 5 Aug 2020 21:33:36 +0200 Subject: [PATCH] Upgrade to Spring Security 5.4.0-RC1 Closes gh-22668 --- 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 99c1fb316e..a9ff1a7bf2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1616,7 +1616,7 @@ bom { ] } } - library("Spring Security", "5.4.0-SNAPSHOT") { + library("Spring Security", "5.4.0-RC1") { group("org.springframework.security") { imports = [ "spring-security-bom"