File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ In Maven, you need to import the bom first:
2121 <dependency >
2222 <groupId >io.projectreactor</groupId >
2323 <artifactId >reactor-bom</artifactId >
24- <version >2020.0.43 </version >
24+ <version >2020.0.44 </version >
2525 <type >pom</type >
2626 <scope >import</scope >
2727 </dependency >
@@ -54,7 +54,7 @@ your project without a version number.
5454``` groovy
5555dependencies {
5656 // import BOM
57- implementation platform('io.projectreactor:reactor-bom:2020.0.43 ')
57+ implementation platform('io.projectreactor:reactor-bom:2020.0.44 ')
5858
5959 // add dependencies without a version number
6060 implementation 'io.projectreactor:reactor-core'
@@ -76,7 +76,7 @@ Then use it to import the BOM:
7676``` groovy
7777dependencyManagement {
7878 imports {
79- mavenBom "io.projectreactor:reactor-bom:2020.0.43 "
79+ mavenBom "io.projectreactor:reactor-bom:2020.0.44 "
8080 }
8181}
8282```
Original file line number Diff line number Diff line change 1- version =2020.0.44-SNAPSHOT
1+ version =2020.0.44
22
3- reactorCoreVersion =3.4.38-SNAPSHOT
4- reactorPoolVersion =0.2.13-SNAPSHOT
5- reactorNettyVersion =1.0.45-SNAPSHOT
6- reactorAddonsVersion =3.4.11-SNAPSHOT
7- reactorRabbitVersion =1.5.7-SNAPSHOT
8- reactorKafkaVersion =1.3.24-SNAPSHOT
9- reactorKotlinExtensionsVersion =1.1.11-SNAPSHOT
3+ reactorCoreVersion =3.4.38
4+ reactorPoolVersion =0.2.12
5+ reactorNettyVersion =1.0.45
6+ reactorAddonsVersion =3.4.10
7+ reactorRabbitVersion =1.5.6
8+ reactorKafkaVersion =1.3.23
9+ reactorKotlinExtensionsVersion =1.1.10
1010
1111reactiveStreamsVersion =1.0.4
You can’t perform that action at this time.
0 commit comments