pwittchen / prefser

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

Bump gson from 2.8.5 to 2.8.6 #164

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps gson from 2.8.5 to 2.8.6.

Changelog *Sourced from [gson's changelog](https://github.com/google/gson/blob/master/CHANGELOG.md).* > ## Version 2.8.6 > _2019-10-04_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.6) > * Added static nethods `JsonParser.parseString` and `JsonParser.parseReader` and deprecated instance method `JsonParser.parse` > * Java 9 module-info support
Commits - [`29c9389`](https://github.com/google/gson/commit/29c93895bbcaed02178abc9e3d47b73878aaca73) [maven-release-plugin] prepare release gson-parent-2.8.6 - [`21fc362`](https://github.com/google/gson/commit/21fc362a7ec9d312c34ad82df6188c6480280021) Fixed tests for java 11 ([#1454](https://github-redirect.dependabot.com/google/gson/issues/1454)) - [`c188138`](https://github.com/google/gson/commit/c18813884285493e69d94f004c294f539cc49828) restored Java 9 build ([#1586](https://github-redirect.dependabot.com/google/gson/issues/1586)) - [`20dca86`](https://github.com/google/gson/commit/20dca860dd023bbe917ca5a3fa5c3b7b3615be60) Add docs to module-info.java ([#1535](https://github-redirect.dependabot.com/google/gson/issues/1535)) - [`d6e6a01`](https://github.com/google/gson/commit/d6e6a01f02417052cb1b65e9056bb678c4f91d98) Keep `TypeAdapter`s from being stripped ([#1546](https://github-redirect.dependabot.com/google/gson/issues/1546)) - [`7845c38`](https://github.com/google/gson/commit/7845c380778889eab5c57c24da416bf4f3da9b50) Minor cleanups in deprecations and other warnings ([#1522](https://github-redirect.dependabot.com/google/gson/issues/1522)) - [`0e90771`](https://github.com/google/gson/commit/0e90771e455cd5db201b7beaa2456ffdf50c78f2) Made the build work again with JDK 8 ([#1585](https://github-redirect.dependabot.com/google/gson/issues/1585)) - [`0409a2e`](https://github.com/google/gson/commit/0409a2ecab8026848ec34dbd0f09378484d9d840) Fix typo in UserGuide ([#1572](https://github-redirect.dependabot.com/google/gson/issues/1572)) - [`3958b1f`](https://github.com/google/gson/commit/3958b1f78dc2b12da3ffd7426d3fc90550d46758) Prefer writing chars instead of strings of length one ([#1576](https://github-redirect.dependabot.com/google/gson/issues/1576)) - [`f885e60`](https://github.com/google/gson/commit/f885e602f17fe053576b138fa56c19d1dd46ba6f) Reverted the commit ce0fc4f34fe783ab685762341d61439fd5dc4670 - Additional commits viewable in [compare view](https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.6)


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) - `@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)
codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           RxJava2.x     #164   +/-   ##
==========================================
  Coverage      97.54%   97.54%           
==========================================
  Files              5        5           
  Lines            163      163           
  Branches          11       11           
==========================================
  Hits             159      159           
  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 72e6543...e5a02c3. Read the comment docs.