diff --git a/README.md b/README.md index 7e227cc06..360bb61f4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ In Maven, you need to import the bom first: io.projectreactor reactor-bom - 2020.0.41 + 2020.0.42 pom import @@ -54,7 +54,7 @@ your project without a version number. ```groovy dependencies { // import BOM - implementation platform('io.projectreactor:reactor-bom:2020.0.41') + implementation platform('io.projectreactor:reactor-bom:2020.0.42') // add dependencies without a version number implementation 'io.projectreactor:reactor-core' @@ -76,7 +76,7 @@ Then use it to import the BOM: ```groovy dependencyManagement { imports { - mavenBom "io.projectreactor:reactor-bom:2020.0.41" + mavenBom "io.projectreactor:reactor-bom:2020.0.42" } } ``` diff --git a/gradle.properties b/gradle.properties index 5155bd21f..c67b6e0f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,11 @@ -version=2020.0.42-SNAPSHOT +version=2020.0.42 -reactorCoreVersion=3.4.36-SNAPSHOT -reactorPoolVersion=0.2.13-SNAPSHOT -reactorNettyVersion=1.0.43-SNAPSHOT -reactorAddonsVersion=3.4.11-SNAPSHOT -reactorRabbitVersion=1.5.7-SNAPSHOT -reactorKafkaVersion=1.3.24-SNAPSHOT -reactorKotlinExtensionsVersion=1.1.11-SNAPSHOT +reactorCoreVersion=3.4.36 +reactorPoolVersion=0.2.12 +reactorNettyVersion=1.0.43 +reactorAddonsVersion=3.4.10 +reactorRabbitVersion=1.5.6 +reactorKafkaVersion=1.3.23 +reactorKotlinExtensionsVersion=1.1.10 reactiveStreamsVersion=1.0.4