소스 검색

Update to Reactor 2020.0.15

Closes gh-607
Joe Grandja 3 년 전
부모
커밋
0b11d88a62
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")) {
-	ext.reactorVersion = "2020.0.13"
+	ext.reactorVersion = "2020.0.15"
 }
 
 if (!project.hasProperty("locksDisabled")) {