Skip to content

Commit 5839869

Browse files
committed
Upgrade to Spring Security 6.5.0
Closes gh-45444
1 parent b395806 commit 5839869

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
@@ -2397,7 +2397,7 @@ bom {
23972397
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
23982398
}
23992399
}
2400-
library("Spring Security", "6.5.0-SNAPSHOT") {
2400+
library("Spring Security", "6.5.0") {
24012401
considerSnapshots()
24022402
group("org.springframework.security") {
24032403
bom("spring-security-bom")

0 commit comments

Comments
 (0)