From c67c09df323cf777006e7f1a6b0da758e81a26f1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Jun 2021 21:22:30 +0200 Subject: [PATCH] Upgrade to Spring Security 5.5.1 Closes gh-26945 --- 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 942d1c0927..643a197478 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1709,7 +1709,7 @@ bom { ] } } - library("Spring Security", "5.5.0") { + library("Spring Security", "5.5.1") { group("org.springframework.security") { imports = [ "spring-security-bom"