Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rxjava from 3.1.1 to 3.1.2 #727

Merged
merged 1 commit into from Oct 13, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2021

Bumps rxjava from 3.1.1 to 3.1.2.

Release notes

Sourced from rxjava's releases.

3.1.2

Maven JavaDocs

Compatibility

  • Add full Java 9 module descriptor. (#7241)

Bugfixes

  • Fix missing nullability on Single.subscribe(BiConsumer). (#7331)

Documentation

  • Fix javadoc wording of {Publish|Behavior}Processor::offer(). (#7328)
  • Indicate takeUntil stops on completion of other. (#7341)

Other

  • Update assert messages format to be compliant with GradleRunner and JUnitRunner. (#7345)
Commits
  • 1f87a43 Bump mockito-core from 3.12.4 to 4.0.0 (#7350)
  • 49ae9f8 Added required comma to README.md (#7349)
  • 767c532 Bump biz.aQute.bnd.builder from 5.3.0 to 6.0.0 (#7348)
  • 17e71ab Update assert messages format to be compliant with GradleRunner and JUnitRunn...
  • 6cc3a3b Bump guava from 31.0-jre to 31.0.1-jre (#7343)
  • 15ac5ad 3.x: Javadocs: indicate takeUntil stops on completion of other (#7341)
  • 54114b9 Bump guava from 30.1.1-jre to 31.0-jre (#7340)
  • 03e8ced Bump com.vanniktech.maven.publish from 0.17.0 to 0.18.0 (#7337)
  • 31ebec6 Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#7338)
  • 30d4527 3.x: Add missing exports packages, fix param overrides (#7336)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Commits](ReactiveX/RxJava@v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: io.reactivex.rxjava3:rxjava
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 13, 2021
@codecov
Copy link

codecov bot commented Oct 13, 2021

Codecov Report

Merging #727 (d74a2eb) into main (43a6d66) will increase coverage by 0.37%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #727      +/-   ##
============================================
+ Coverage     89.92%   90.29%   +0.37%     
- Complexity     2986     2998      +12     
============================================
  Files           374      374              
  Lines         11790    11790              
  Branches       1478     1480       +2     
============================================
+ Hits          10602    10646      +44     
+ Misses          606      584      -22     
+ Partials        582      560      -22     
Impacted Files Coverage Δ
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 86.46% <0.00%> (+0.92%) ⬆️
...allrye/mutiny/operators/uni/UniAndCombination.java 89.53% <0.00%> (+1.16%) ⬆️
...erators/multi/builders/SerializedMultiEmitter.java 82.27% <0.00%> (+1.26%) ⬆️
...y/operators/multi/processors/UnicastProcessor.java 97.41% <0.00%> (+1.72%) ⬆️
...y/operators/multi/builders/IterableBasedMulti.java 86.17% <0.00%> (+2.12%) ⬆️
...java/io/smallrye/mutiny/helpers/Subscriptions.java 82.87% <0.00%> (+2.76%) ⬆️
...mallrye/mutiny/operators/multi/FlatMapManager.java 95.83% <0.00%> (+2.77%) ⬆️
...a/io/smallrye/mutiny/helpers/BlockingIterable.java 89.79% <0.00%> (+4.08%) ⬆️
...iny/operators/multi/builders/BaseMultiEmitter.java 83.33% <0.00%> (+4.16%) ⬆️
...lrye/mutiny/subscription/SerializedSubscriber.java 87.73% <0.00%> (+5.66%) ⬆️
... and 2 more

@cescoffier cescoffier merged commit 0394833 into main Oct 13, 2021
@cescoffier cescoffier deleted the dependabot/maven/io.reactivex.rxjava3-rxjava-3.1.2 branch October 13, 2021 10:15
@jponge jponge added this to the 1.1.2 milestone Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants