Browse Source

Downgrade springSecurityVersion to 5.4.+

Joe Grandja 4 years ago
parent
commit
59f77d034e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle/dependency-management.gradle

+ 1 - 1
gradle/dependency-management.gradle

@@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) {
 }
 
 if (!project.hasProperty("springSecurityVersion")) {
-	ext.springSecurityVersion = "5.5.+"
+	ext.springSecurityVersion = "5.4.+"
 }
 
 if (!project.hasProperty("reactorVersion")) {