From c8236a74d83c3467ccd5ae73767a6c8a3aa656c6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sun, 12 Jan 2020 19:56:45 +0000 Subject: [PATCH] Upgrade to Spring Security 5.3.0.M1 Closes gh-19654 --- 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 557ea07f913..a9884bbbaaf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1735,7 +1735,7 @@ bom { ] } } - library('Spring Security', '5.2.1.RELEASE') { + library('Spring Security', '5.3.0.M1') { group('org.springframework.security') { imports = [ 'spring-security-bom'