From 75b65ddf62f01e1223248b2b2b37be899c3aa2c8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 08:20:13 +0200 Subject: [PATCH] Upgrade to Spring Security 5.3.9 Closes gh-25906 --- 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 da71592cfb7..491680f0102 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1732,7 +1732,7 @@ bom { ] } } - library("Spring Security", "5.3.9.BUILD-SNAPSHOT") { + library("Spring Security", "5.3.9.RELEASE") { group("org.springframework.security") { imports = [ "spring-security-bom"