Skip to content

Commit a25065e

Browse files
committed
Upgrade to Spring Security 6.4.2
Closes gh-43419
1 parent cadeb6d commit a25065e

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
@@ -2303,7 +2303,7 @@ bom {
23032303
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
23042304
}
23052305
}
2306-
library("Spring Security", "6.4.2-SNAPSHOT") {
2306+
library("Spring Security", "6.4.2") {
23072307
considerSnapshots()
23082308
group("org.springframework.security") {
23092309
imports = [

0 commit comments

Comments
 (0)