소스 검색

Update to Reactor-Bismuth-SNAPSHOT

This may fix the hanging webflux-form build

Issue: gh-4803
Rob Winch 7 년 전
부모
커밋
be0c6cde3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gradle/dependency-management.gradle

+ 1 - 1
gradle/dependency-management.gradle

@@ -1,6 +1,6 @@
 dependencyManagement {
 	imports {
-		mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR3'
+		mavenBom 'io.projectreactor:reactor-bom:Bismuth-BUILD-SNAPSHOT'
 		mavenBom 'org.springframework:spring-framework-bom:5.0.1.RELEASE'
 		mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR1'
 	}