Skip to content

Commit a21f2a2

Browse files
committed
Upgrade to Spring Security 6.3.2
Closes gh-41741
1 parent 2f6c766 commit a21f2a2

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
@@ -2102,7 +2102,7 @@ bom {
21022102
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
21032103
}
21042104
}
2105-
library("Spring Security", "6.3.2-SNAPSHOT") {
2105+
library("Spring Security", "6.3.2") {
21062106
considerSnapshots()
21072107
group("org.springframework.security") {
21082108
imports = [

0 commit comments

Comments
 (0)