diff --git a/README.md b/README.md index 26ff1b82c0..2cbbccaac0 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,15 @@ repositories { } dependencies { - compile "io.projectreactor:reactor-core:3.4.37" - testCompile "io.projectreactor:reactor-test:3.4.37" + compile "io.projectreactor:reactor-core:3.4.38" + testCompile "io.projectreactor:reactor-test:3.4.38" // Alternatively, use the following for latest snapshot artifacts in this line - // compile "io.projectreactor:reactor-core:3.4.38-SNAPSHOT" - // testCompile "io.projectreactor:reactor-test:3.4.38-SNAPSHOT" + // compile "io.projectreactor:reactor-core:3.4.39-SNAPSHOT" + // testCompile "io.projectreactor:reactor-test:3.4.39-SNAPSHOT" // Optionally, use `reactor-tools` to help debugging reactor code - // implementation "io.projectreactor:reactor-tools:3.4.37" + // implementation "io.projectreactor:reactor-tools:3.4.38" } ``` diff --git a/gradle.properties b/gradle.properties index d71e02f8a3..64f0d8eeca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=3.4.38-SNAPSHOT -bomVersion=2020.0.43 +version=3.4.38 +bomVersion=2020.0.44 org.gradle.parallel=true