typetools / checker-framework-inference

Inference of pluggable types for Java
10 stars 33 forks source link

Bump gson from 1.7.2 to 2.8.5 #117

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps gson from 1.7.2 to 2.8.5.

Changelog *Sourced from [gson's changelog](https://github.com/google/gson/blob/master/CHANGELOG.md).* > ## Version 2.8.5 > _2018-05-21_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.8.4...gson-parent-2.8.5) > * Print Gson version while throwing AssertionError and IllegalArgumentException > * Moved `utils.VersionUtils` class to `internal.JavaVersion`. This is a potential backward incompatible change from 2.8.4 > * Fixed issue [#1310](https://github-redirect.dependabot.com/google/gson/issues/1310) by supporting Debian Java 9 > > ## Version 2.8.4 > _2018-05-01_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.8.3...gson-parent-2.8.4) > * Added a new FieldNamingPolicy, `LOWER_CASE_WITH_DOTS` that mapps JSON name `someFieldName` to `some.field.name` > * Fixed issue [#1305](https://github-redirect.dependabot.com/google/gson/issues/1305) by removing compile/runtime dependency on `sun.misc.Unsafe` > > ## Version 2.8.3 > _2018-04-27_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.8.2...gson-parent-2.8.3) > * Added a new API, `GsonBuilder.newBuilder()` that clones the current builder > * Preserving DateFormatter behavior on JDK 9 > * Numerous other bugfixes > > ## Version 2.8.2 > _2017-09-19_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.8.1...gson-parent-2.8.2) > * Introduced a new API, `JsonElement.deepCopy()` > * Numerous other bugfixes > > ## Version 2.8.1 > _2017-05-30_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.8.0...gson-parent-2.8.1) > * New: `JsonObject.keySet()` > * `@JsonAdapter` annotation can now use `JsonSerializer` and `JsonDeserializer` as well. > > ## Version 2.8 > _2016-10-26_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.7...gson-parent-2.8.0) > * New: `TypeToken.getParameterized()` and `TypeToken.getArray()` make it easier to > register or look up a `TypeAdapter`. > * New: `@JsonAdapter(nullSafe=true)` to specify that a custom type adapter handles null. > > ## Version 2.7 > _2016-06-14_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.6.2...gson-parent-2.7) > * Added support for JsonSerializer/JsonDeserializer in [@​JsonAdapter](https://github.com/JsonAdapter) annotation > * Exposing Gson properties excluder(), fieldNamingStrategy(), serializeNulls(), htmlSafe() > * Added JsonObject.size() method > * Added JsonWriter.value(Boolean value) method > * Using ArrayDeque, ConcurrentHashMap, and other JDK 1.6 features > * Better error reporting > * Plenty of other bug fixes > > ## Version 2.6.2 > _2016-02-26_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.6.1...gson-parent-2.6.2) > * Fixed an NPE bug with [@​JsonAdapter](https://github.com/JsonAdapter) annotation > * Added back OSGI manifest > * Some documentation typo fixes > > ## Version 2.6.1 > ... (truncated)
Commits - [`f649e05`](https://github.com/google/gson/commit/f649e051411e092f0123878e16c5132500a2d01e) [maven-release-plugin] prepare release gson-parent-2.8.5 - [`4c685b2`](https://github.com/google/gson/commit/4c685b21a83b754abdf129f2efe9b9129aab8768) Private constructor ([#1324](https://github-redirect.dependabot.com/google/gson/issues/1324)) - [`d84e26d`](https://github.com/google/gson/commit/d84e26d80c39e3b8e34c7e8bbef0ffb35e2947b5) Issue 1242: Printing Gson version when throwing AssertionError and IllegalArg... - [`1215841`](https://github.com/google/gson/commit/1215841e46f1e90d964d335acbc0d8c9aad43590) Merge pull request [#1281](https://github-redirect.dependabot.com/google/gson/issues/1281) from greatjack1/master - [`3547420`](https://github.com/google/gson/commit/354742088597d78a14672c56325ddb66589f37ad) Merge branch 'master' into master - [`a6890bb`](https://github.com/google/gson/commit/a6890bbaba29fb1074388c06bf0c231f8e06b4f2) Fixed [#1310](https://github-redirect.dependabot.com/google/gson/issues/1310) ([#1311](https://github-redirect.dependabot.com/google/gson/issues/1311)) - [`57085d6`](https://github.com/google/gson/commit/57085d621242cdca665e94dbd880738c37b9490b) 2.8.4 README - [`f2dd56d`](https://github.com/google/gson/commit/f2dd56d98ce7d6ea0c0f7fe9f16be51b2ea26105) 2.8.4 changelog - [`f77615e`](https://github.com/google/gson/commit/f77615ecff5d5f4f5d3164ea64923840f982876f) 2.8.4 - [`d8857cd`](https://github.com/google/gson/commit/d8857cd615f5b040c479df72384b24af513741b7) updated release process to the current steps - Additional commits viewable in [compare view](https://github.com/google/gson/compare/gson-1.7.2...gson-parent-2.8.5)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.
dependabot-preview[bot] commented 4 years ago

Superseded by #127.