From 6b0020186aec7efac340568f9080c0007c945de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:01:28 +0000 Subject: [PATCH] build(deps): bump org.reactivestreams:reactive-streams Bumps [org.reactivestreams:reactive-streams](https://github.com/reactive-streams/reactive-streams) from 1.0.3 to 1.0.4. - [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-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a011640259c..4d5923e9021 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -63,7 +63,7 @@ protobufGradlePlugin = "0.9.4" protobufjavautil = "3.25.5" protoc = "3.25.5" quickcheck = "0.6" -reactiveStreams = "1.0.3" +reactiveStreams = "1.0.4" robolectric = "4.12" runner = "1.0.2" rxandroid = "2.0.2"