diff --git a/README.md b/README.md index 087f0f849d..f5528d40e4 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,15 @@ repositories { } dependencies { - compile "io.projectreactor:reactor-core:3.3.14.RELEASE" - testCompile "io.projectreactor:reactor-test:3.3.14.RELEASE" + compile "io.projectreactor:reactor-core:3.3.15.RELEASE" + testCompile "io.projectreactor:reactor-test:3.3.15.RELEASE" // Alternatively, use the following for latest snapshot artifacts in this line - // compile "io.projectreactor:reactor-core:3.3.15.BUILD-SNAPSHOT" - // testCompile "io.projectreactor:reactor-test:3.3.15.BUILD-SNAPSHOT" + // compile "io.projectreactor:reactor-core:3.3.16.BUILD-SNAPSHOT" + // testCompile "io.projectreactor:reactor-test:3.3.16.BUILD-SNAPSHOT" // Optionally, use `reactor-tools` to help debugging reactor code - // implementation "io.projectreactor:reactor-tools:3.3.14.RELEASE" + // implementation "io.projectreactor:reactor-tools:3.3.15.RELEASE" } ``` diff --git a/gradle.properties b/gradle.properties index 864dda8f34..2531ab8462 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,5 +2,5 @@ micrometerVersion=1.3.0 version=3.3.15.BUILD-SNAPSHOT reactiveStreamsVersion=1.0.3 compatibleVersion=3.3.0.RELEASE -bomVersion=Dysprosium-SR17 +bomVersion=Dysprosium-SR18 perfBaselineVersion=3.3.6.RELEASE