From d29cff68efa3a055a34baca856f3da7987a953c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 08:12:05 +0000 Subject: [PATCH] Bump reactive-streams from 1.0.3 to 1.0.4 Bumps [reactive-streams](https://github.com/reactive-streams/reactive-streams) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/reactive-streams/reactive-streams/releases) - [Changelog](https://github.com/reactive-streams/reactive-streams-jvm/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/reactive-streams/reactive-streams/compare/v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: org.reactivestreams:reactive-streams dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 87ce7bf..ffa9f55 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { api 'com.google.code.findbugs:jsr305:3.0.2' api 'org.asynchttpclient:async-http-client:2.12.3' api 'com.fasterxml.jackson.core:jackson-databind:2.13.0' - api 'org.reactivestreams:reactive-streams:1.0.3' + api 'org.reactivestreams:reactive-streams:1.0.4' implementation 'io.reactivex.rxjava3:rxjava:3.1.2' api 'org.slf4j:slf4j-api:1.7.32'