Skip to content

Commit 58ad2d2

Browse files
committed
Revert "Set springSecurityVersion to 5.5.0-M1"
This reverts commit 7e22642.
1 parent 1a6b3e3 commit 58ad2d2

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.0-M1"
6+
ext.springSecurityVersion = "5.5.+"
77
}
88

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

0 commit comments

Comments
 (0)