Skip to content

Commit

Permalink
Bump reactive-streams from 1.0.3 to 1.0.4 (#142)
Browse files Browse the repository at this point in the history
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](reactive-streams/reactive-streams-jvm@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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2022
1 parent 0b3608c commit 1ae9162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repositories {
dependencies {
signature 'org.codehaus.mojo.signature:java18:1.0@signature'

api "org.reactivestreams:reactive-streams:1.0.3"
api "org.reactivestreams:reactive-streams:1.0.4"
api "io.reactivex:rxjava:1.3.8"
api "io.reactivex.rxjava3:rxjava:3.1.4"

Expand Down

0 comments on commit 1ae9162

Please sign in to comment.