Skip to content

Commit 7800ddb

Browse files
committed
Upgrade to Spring Security 6.3.1
Closes gh-41040
1 parent 66ff668 commit 7800ddb

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
@@ -2057,7 +2057,7 @@ bom {
20572057
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
20582058
}
20592059
}
2060-
library("Spring Security", "6.3.1-SNAPSHOT") {
2060+
library("Spring Security", "6.3.1") {
20612061
considerSnapshots()
20622062
group("org.springframework.security") {
20632063
imports = [

0 commit comments

Comments
 (0)