Skip to content

Commit acf250d

Browse files
build(deps): bump org.reactivestreams:reactive-streams from 1.0.3 to 1.0.4 (#7085)
Bumps [org.reactivestreams:reactive-streams](https://github.com/reactive-streams/reactive-streams) from 1.0.3 to 1.0.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/reactive-streams/reactive-streams-jvm/blob/master/RELEASE-NOTES.md">org.reactivestreams:reactive-streams's changelog</a>.</em></p> <blockquote> <h1>Version 1.0.4 released on 2022-05-20</h1> <h2>Announcement:</h2> <p>We—the Reactive Streams community—are pleased to announce the immediate availability of <code>Reactive Streams 1.0.4</code>. This update to <code>Reactive Streams</code> brings the following improvements over <code>1.0.3</code>.</p> <h2>Highlights:</h2> <ul> <li>License <ul> <li>This project is now (re-)licensed under MIT No Attribution (SPDX: MIT-0)</li> </ul> </li> <li>Specification <ul> <li>No breaking/semantical changes</li> <li>Rule <a href="https://github.com/reactive-streams/reactive-streams-jvm/blob/master/#specification-clarifications-104">clarifications</a></li> </ul> </li> <li>Interfaces <ul> <li>No changes</li> </ul> </li> <li>Technology Compatibility Kit (TCK) <ul> <li>Improved verification of Subscriber rule §2.3</li> <li>Improved JavaDoc</li> </ul> </li> <li>Examples <ul> <li>No changes</li> </ul> </li> <li>Artifacts <ul> <li>No changes</li> </ul> </li> </ul> <h2>Specification clarifications 1.0.4</h2> <h2>Subscriber Rule 7</h2> <p><strong>1.0.3:</strong> The intent of this rule is to permit the calling of the request and cancel methods (including from multiple threads) if and only if a happens-before relation between each of the calls is established.</p> <p><strong>1.0.4:</strong> The intent of this rule is to permit the calling of the request and cancel methods (including from multiple threads) if and only if a <a href="https://github.com/reactive-streams/reactive-streams-jvm/blob/master/#term_serially">serial</a> relation between each of the calls is established.</p> <h2>Contributors</h2> <ul> <li>Roland Kuhn <a href="https://github.com/rkuhn"><code>(@​rkuhn)</code></a></li> <li>Ben Christensen <a href="https://github.com/benjchristensen"><code>(@​benjchristensen)</code></a></li> <li>Viktor Klang <a href="https://github.com/viktorklang"><code>(@​viktorklang)</code></a></li> <li>Stephane Maldini <a href="https://github.com/smaldini"><code>(@​smaldini)</code></a></li> <li>Stanislav Savulchik <a href="https://github.com/savulchik"><code>(@​savulchik)</code></a></li> <li>Konrad Malawski <a href="https://github.com/ktoso"><code>(@​ktoso)</code></a></li> <li>Slim Ouertani <a href="https://github.com/ouertani"><code>(@​ouertani)</code></a></li> <li>Martynas Mickevičius <a href="https://github.com/2m"><code>(@​2m)</code></a></li> <li>Luke Daley <a href="https://github.com/ldaley"><code>(@​ldaley)</code></a></li> <li>Colin Godsey <a href="https://github.com/colinrgodsey"><code>(@​colinrgodsey)</code></a></li> <li>David Moten <a href="https://github.com/davidmoten"><code>(@​davidmoten)</code></a></li> <li>Brian Topping <a href="https://github.com/briantopping"><code>(@​briantopping)</code></a></li> <li>Rossen Stoyanchev <a href="https://github.com/rstoyanchev"><code>(@​rstoyanchev)</code></a></li> <li>Björn Hamels <a href="https://github.com/BjornHamels"><code>(@​BjornHamels)</code></a></li> <li>Jake Wharton <a href="https://github.com/JakeWharton"><code>(@​JakeWharton)</code></a></li> <li>Anthony Vanelverdinghe<a href="https://github.com/anthonyvdotbe"><code>(@​anthonyvdotbe)</code></a></li> <li>Kazuhiro Sera <a href="https://github.com/seratch"><code>(@​seratch)</code></a></li> <li>Dávid Karnok <a href="https://github.com/akarnokd"><code>(@​akarnokd)</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/944163a4b2477a2bebaaada86b0ba910b6302f2f"><code>944163a</code></a> Preparing for releasing 1.0.4</li> <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/899f17ffc2927bf89fad73dfde182f5018359bdf"><code>899f17f</code></a> Merge pull request <a href="https://redirect.github.com/reactive-streams/reactive-streams/issues/532">#532</a> from akarnokd/patch-3</li> <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/1f0cc2b166dc2ee1e355503d72f5134425395499"><code>1f0cc2b</code></a> Do not build on JDK 13.</li> <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/1744f5e356b8d1c570122c5c7c7b7f787eea196e"><code>1744f5e</code></a> Merge pull request <a href="https://redirect.github.com/reactive-streams/reactive-streams/issues/516">#516</a> from sullis/github-actions-ci</li> <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/a73647f023fb83f222f52764b864a5c995e8999c"><code>a73647f</code></a> Update .github/workflows/ci.yml</li> <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/45b86271333addb5d83852de04df0f322206eccd"><code>45b8627</code></a> migrate from Travis CI to GitHub Actions CI</li> <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/cb0710e314032df625024116d3082396793746f1"><code>cb0710e</code></a> Addresses <a href="https://redirect.github.com/reactive-streams/reactive-streams/issues/528">#528</a> by upgrading testng to 7.3.0</li> <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/006202eb877c54cf64b258a8a78328e4fb38cab6"><code>006202e</code></a> Preparing relicensing to MIT-0</li> <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/d4d08aadf7d6b4345b2e59f756adeaafd998fec7"><code>d4d08aa</code></a> Correcting the wrong default timeout parameter in TestEnvironment ctor</li> <li><a href="https://github.com/reactive-streams/reactive-streams-jvm/commit/69098e1234747666502951ff76605b9ebd16d0a2"><code>69098e1</code></a> Merge pull request <a href="https://redirect.github.com/reactive-streams/reactive-streams/issues/524">#524</a> from kiiadi/license-approval</li> <li>Additional commits viewable in <a href="https://github.com/reactive-streams/reactive-streams/compare/v1.0.3...v1.0.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.reactivestreams:reactive-streams&package-manager=gradle&previous-version=1.0.3&new-version=1.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c12b5d1 commit acf250d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protobufGradlePlugin = "0.9.4"
6363
protobufjavautil = "3.25.5"
6464
protoc = "3.25.5"
6565
quickcheck = "0.6"
66-
reactiveStreams = "1.0.3"
66+
reactiveStreams = "1.0.4"
6767
robolectric = "4.12"
6868
runner = "1.0.2"
6969
rxandroid = "2.0.2"

0 commit comments

Comments
 (0)