소스 검색

Update Reactor to 2020.0.8

Issue gh-344
Joe Grandja 4 년 전
부모
커밋
41c38a4b53
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gradle/dependency-management.gradle

+ 1 - 1
gradle/dependency-management.gradle

@@ -7,7 +7,7 @@ if (!project.hasProperty("springSecurityVersion")) {
 }
 }
 
 
 if (!project.hasProperty("reactorVersion")) {
 if (!project.hasProperty("reactorVersion")) {
-	ext.reactorVersion = "2020.0.6"
+	ext.reactorVersion = "2020.0.8"
 }
 }
 
 
 if (!project.hasProperty("locksDisabled")) {
 if (!project.hasProperty("locksDisabled")) {