From d86fa721b577a1c5136994c22506b6d84fd52ce4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Feb 2024 21:05:43 +0000 Subject: [PATCH] Upgrade to Spring Security 6.2.2 Closes gh-39487 --- 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 c7973cd0f8..99f7bd4da2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1606,7 +1606,7 @@ bom { ] } } - library("Spring Security", "6.2.2-SNAPSHOT") { + library("Spring Security", "6.2.2") { considerSnapshots() group("org.springframework.security") { imports = [