Skip to content

Commit

Permalink
Bump reactiveStreamsVersion from 1.0.3 to 1.0.4 (#7424)
Browse files Browse the repository at this point in the history
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](reactive-streams/reactive-streams-jvm@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](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
- dependency-name: org.reactivestreams:reactive-streams-tck
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2022
1 parent 4a665c9 commit ebdccf4
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 @@ -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"
Expand Down

0 comments on commit ebdccf4

Please sign in to comment.