Skip to content

Commit 7030a24

Browse files
committed
Upgrade to Spring Security 6.3.0-RC1
Closes gh-40230
1 parent 2689994 commit 7030a24

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
@@ -1998,7 +1998,7 @@ bom {
19981998
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
19991999
}
20002000
}
2001-
library("Spring Security", "6.3.0-SNAPSHOT") {
2001+
library("Spring Security", "6.3.0-RC1") {
20022002
considerSnapshots()
20032003
group("org.springframework.security") {
20042004
imports = [

0 commit comments

Comments
 (0)