From db218a9c34ca6d9c706ba4c9ab6bb343bb7dc6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20J=C4=99drzejczyk?= Date: Tue, 12 Sep 2023 09:14:13 +0200 Subject: [PATCH] [release] Prepare and release 3.4.33 --- README.md | 10 +++++----- gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1bfa49b317..2c06c02234 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,15 @@ repositories { } dependencies { - compile "io.projectreactor:reactor-core:3.4.32" - testCompile "io.projectreactor:reactor-test:3.4.32" + compile "io.projectreactor:reactor-core:3.4.33" + testCompile "io.projectreactor:reactor-test:3.4.33" // Alternatively, use the following for latest snapshot artifacts in this line - // compile "io.projectreactor:reactor-core:3.4.33-SNAPSHOT" - // testCompile "io.projectreactor:reactor-test:3.4.33-SNAPSHOT" + // compile "io.projectreactor:reactor-core:3.4.34-SNAPSHOT" + // testCompile "io.projectreactor:reactor-test:3.4.34-SNAPSHOT" // Optionally, use `reactor-tools` to help debugging reactor code - // implementation "io.projectreactor:reactor-tools:3.4.32" + // implementation "io.projectreactor:reactor-tools:3.4.33" } ``` diff --git a/gradle.properties b/gradle.properties index 2bcd0ba80a..f9004ba48d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=3.4.33-SNAPSHOT -bomVersion=2020.0.35 +version=3.4.33 +bomVersion=2020.0.36