Skip to content

Commit 7ba2d87

Browse files
committedFeb 18, 2025
Upgrade to Spring Security 6.3.7
Closes gh-44113
1 parent 99744ec commit 7ba2d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,7 @@ bom {
23162316
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
23172317
}
23182318
}
2319-
library("Spring Security", "6.3.7-SNAPSHOT") {
2319+
library("Spring Security", "6.3.7") {
23202320
considerSnapshots()
23212321
group("org.springframework.security") {
23222322
imports = [

0 commit comments

Comments
 (0)
Please sign in to comment.