Skip to content

Commit

Permalink
Merge pull request #934 from square/renovate/org.reactivestreams
Browse files Browse the repository at this point in the history
Update dependency org.reactivestreams:reactive-streams to v1.0.4
  • Loading branch information
steve-the-edwards authored Feb 21, 2023
2 parents d46a86e + f4edd15 commit 7ba45d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "

mockk = { module = "io.mockk:mockk", version.ref = "mockk" }

reactivestreams = "org.reactivestreams:reactive-streams:1.0.3"
reactivestreams = "org.reactivestreams:reactive-streams:1.0.4"

robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
robolectric-annotations = { module = "org.robolectric:annotations", version.ref = "robolectric" }
Expand Down
2 changes: 1 addition & 1 deletion workflow-rx2/dependencies/runtimeClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4
org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.6.4
org.jetbrains.kotlinx:kotlinx-coroutines-rx2:1.6.4
org.jetbrains:annotations:13.0
org.reactivestreams:reactive-streams:1.0.3
org.reactivestreams:reactive-streams:1.0.4

0 comments on commit 7ba45d4

Please sign in to comment.