Skip to content

Commit 96ee792

Browse files
committed
Upgrade to Spring Security 6.4.0
Closes gh-43026
1 parent 532217a commit 96ee792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,7 @@ bom {
22552255
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
22562256
}
22572257
}
2258-
library("Spring Security", "6.4.0-SNAPSHOT") {
2258+
library("Spring Security", "6.4.0") {
22592259
considerSnapshots()
22602260
group("org.springframework.security") {
22612261
imports = [

0 commit comments

Comments
 (0)