Skip to content

Commit 59f77d0

Browse files
committed
Downgrade springSecurityVersion to 5.4.+
1 parent bf24cfb commit 59f77d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

+1-1
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.4.+"
77
}
88

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

0 commit comments

Comments
 (0)