Skip to content

Commit 089ce80

Browse files
committed
Upgrade to Spring Security 6.4.4
Closes gh-44572
1 parent 6dc824a commit 089ce80

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
@@ -2299,7 +2299,7 @@ bom {
22992299
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
23002300
}
23012301
}
2302-
library("Spring Security", "6.4.4-SNAPSHOT") {
2302+
library("Spring Security", "6.4.4") {
23032303
considerSnapshots()
23042304
group("org.springframework.security") {
23052305
imports = [

0 commit comments

Comments
 (0)