Skip to content

Commit 7e22642

Browse files
committed
Set springSecurityVersion to 5.5.0-M1
1 parent 43b44a1 commit 7e22642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) {
33
}
44

55
if (!project.hasProperty("springSecurityVersion")) {
6-
ext.springSecurityVersion = "5.5.+"
6+
ext.springSecurityVersion = "5.5.0-M1"
77
}
88

99
if (!project.hasProperty("reactorVersion")) {

0 commit comments

Comments
 (0)