Skip to content

Commit d5881a8

Browse files
committed
Upgrade to Spring Security 6.3.4
Closes gh-42553
1 parent 870ef4d commit d5881a8

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
@@ -2120,7 +2120,7 @@ bom {
21202120
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
21212121
}
21222122
}
2123-
library("Spring Security", "6.3.4-SNAPSHOT") {
2123+
library("Spring Security", "6.3.4") {
21242124
considerSnapshots()
21252125
group("org.springframework.security") {
21262126
imports = [

0 commit comments

Comments
 (0)