Browse Source

Update to Reactor Bismuth-RELEASE

Fixes gh-4586
Rob Winch 8 năm trước cách đây
mục cha
commit
c63eb11578
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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-BUILD-SNAPSHOT'
+		mavenBom 'io.projectreactor:reactor-bom:Bismuth-RELEASE'
 		mavenBom 'org.springframework:spring-framework-bom:5.0.0.BUILD-SNAPSHOT'
 		mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-BUILD-SNAPSHOT'
 	}