Skip to content

Commit 67ad733

Browse files
committed
Upgrade to Spring Security 6.4.0-RC1
Closes gh-42568
1 parent 98c6296 commit 67ad733

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
@@ -2107,7 +2107,7 @@ bom {
21072107
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
21082108
}
21092109
}
2110-
library("Spring Security", "6.4.0-SNAPSHOT") {
2110+
library("Spring Security", "6.4.0-RC1") {
21112111
considerSnapshots()
21122112
group("org.springframework.security") {
21132113
imports = [

0 commit comments

Comments
 (0)