Skip to content

Commit 9717430

Browse files
Bump reactiveStreamsVersion from 1.0.3 to 1.0.4
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>
1 parent 23c9f4d commit 9717430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)