Skip to content

Commit ebdccf4

Browse files
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](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a665c9 commit ebdccf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
ext {
16-
reactiveStreamsVersion = "1.0.3"
16+
reactiveStreamsVersion = "1.0.4"
1717
junitVersion = "4.13.2"
1818
testNgVersion = "7.5"
1919
mockitoVersion = "4.5.1"

0 commit comments

Comments
 (0)