From ebdccf45b0c21ac341dae7c5032392c6b6864b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 20:29:24 +0200 Subject: [PATCH] Bump reactiveStreamsVersion from 1.0.3 to 1.0.4 (#7424) Bumps `reactiveStreamsVersion` from 1.0.3 to 1.0.4. Updates `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) Updates `reactive-streams-tck` 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 - dependency-name: org.reactivestreams:reactive-streams-tck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7f5003fb5e..042f5767d6 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { } ext { - reactiveStreamsVersion = "1.0.3" + reactiveStreamsVersion = "1.0.4" junitVersion = "4.13.2" testNgVersion = "7.5" mockitoVersion = "4.5.1"