pwittchen / prefser

Wrapper for Android SharedPreferences with object serialization and RxJava Observables
Apache License 2.0
228 stars 26 forks source link

Bump rxjava from 2.2.10 to 2.2.11 #151

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rxjava from 2.2.10 to 2.2.11.

Release notes *Sourced from [rxjava's releases](https://github.com/ReactiveX/RxJava/releases).* > ## 2.2.11 > [Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.11%7C) > > #### Bugfixes > > - [Pull 6560](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6560): Fix NPE when debouncing an empty source. > - [Pull 6599](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6599): Fix `mergeWith` not canceling other when the main fails. > - [Pull 6601](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6601): `ObservableBlockingSubscribe` compares with wrong object. > - [Pull 6602](https://github.com/ReactiveX/RxJava/pull/): Fix truncation bugs in `replay()` and `ReplaySubject`/`Processor`. > > #### Documentation changes > > - [Pull 6565](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6565): Fix JavaDocs of `Single.doOnTerminate` refer to `onComplete` notification.
Changelog *Sourced from [rxjava's changelog](https://github.com/ReactiveX/RxJava/blob/v2.2.11/CHANGES.md).* > ### Version 2.2.11 - August 2, 2019 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.11%7C)) > > #### Bugfixes > > - [Pull 6560](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6560): Fix NPE when debouncing an empty source. > - [Pull 6599](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6599): Fix `mergeWith` not canceling other when the main fails. > - [Pull 6601](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6601): `ObservableBlockingSubscribe` compares with wrong object. > - [Pull 6602](https://github.com/ReactiveX/RxJava/pull/): Fix truncation bugs in `replay()` and `ReplaySubject`/`Processor`. > > #### Documentation changes > > - [Pull 6565](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6565): Fix JavaDocs of `Single.doOnTerminate` refer to `onComplete` notification.
Commits - [`17a8eef`](https://github.com/ReactiveX/RxJava/commit/17a8eef0f660f58deed7f7ee399915a61ce404d6) Release 2.2.11 - [`a0290b0`](https://github.com/ReactiveX/RxJava/commit/a0290b0e56b80721c6a574038981ecf379f75041) 2.x: Fix truncation bugs in replay() and ReplaySubject/Processor ([#6602](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6602)) - [`70f25df`](https://github.com/ReactiveX/RxJava/commit/70f25df30ba5a1e3dfbff474dd0e70f44de2a519) 2.x: ObservableBlockingSubscribe compares with wrong object ([#6601](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6601)) - [`e784201`](https://github.com/ReactiveX/RxJava/commit/e7842014e9b80304723c488fa1fcffe2b32a228b) 2.x: Fix mergeWith not canceling other when the main fails ([#6599](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6599)) - [`5550b63`](https://github.com/ReactiveX/RxJava/commit/5550b6303db96763640dd3490101dcbd4f37d87f) Fix JavaDocs of Single.doOnTerminate refer to onComplete notification ([#6565](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6565)) - [`5c83b50`](https://github.com/ReactiveX/RxJava/commit/5c83b50893143a265cfeab299d087affc9d7c566) Fix NPE when debouncing empty source ([#6560](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6560)) - [`67b9cf6`](https://github.com/ReactiveX/RxJava/commit/67b9cf6ac86907e83044e516b82f6594409b091c) remove unnecessary import ([#6545](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6545)) - [`0f4a3b9`](https://github.com/ReactiveX/RxJava/commit/0f4a3b981ac3efc4d4e7b03093202ade810132b9) simplify junit ([#6546](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6546)) - See full diff in [compare view](https://github.com/ReactiveX/RxJava/compare/v2.2.10...v2.2.11)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov-io commented 5 years ago

Codecov Report

Merging #151 into RxJava2.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           RxJava2.x     #151   +/-   ##
==========================================
  Coverage      97.38%   97.38%           
==========================================
  Files              5        5           
  Lines            153      153           
  Branches          11       11           
==========================================
  Hits             149      149           
  Misses             3        3           
  Partials           1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5ed7d77...1faab1e. Read the comment docs.