Skip to content

Commit 88a3cf5

Browse files
committed
Upgrade to Spring Security 6.5.1
Closes gh-45786
1 parent 856e94d commit 88a3cf5

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
@@ -2407,7 +2407,7 @@ bom {
24072407
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
24082408
}
24092409
}
2410-
library("Spring Security", "6.5.1-SNAPSHOT") {
2410+
library("Spring Security", "6.5.1") {
24112411
considerSnapshots()
24122412
group("org.springframework.security") {
24132413
bom("spring-security-bom")

0 commit comments

Comments
 (0)