소스 검색

Use springSecurityVersion 5.3.+

Joe Grandja 5 년 전
부모
커밋
6f63c03e06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")) {
 if (!project.hasProperty("springSecurityVersion")) {
-	ext.springSecurityVersion = "5.4.+"
+	ext.springSecurityVersion = "5.3.+"
 }
 }
 
 
 if (!project.hasProperty("reactorVersion")) {
 if (!project.hasProperty("reactorVersion")) {