Bump gson from 2.8.7 to 2.8.8 #355

Merged
dependabot[bot] merged 1 commits from dependabot/gradle/com.google.code.gson-gson-2.8.8 into master 2021-08-23 11:04:05 +02:00
dependabot[bot] commented 2021-08-23 06:26:30 +02:00 (Migrated from github.com)

Bumps gson from 2.8.7 to 2.8.8.

Release notes

Sourced from gson's releases.

Gson 2.8.8

  • Fixed issue with recursive types (#1390).
  • Better behaviour with Java 9+ and Unsafe if there is a security manager (#1712).
  • EnumTypeAdapter now works better when ProGuard has obfuscated enum fields (#1495).
Changelog

Sourced from gson's changelog.

Version 2.8.8

  • Fixed issue with recursive types (#1390).
  • Better behaviour with Java 9+ and Unsafe if there is a security manager (#1712).
  • EnumTypeAdapter now works better when ProGuard has obfuscated enum fields (#1495).
Commits
  • b41030d [maven-release-plugin] prepare release gson-parent-2.8.8
  • 81f25c8 Merge pull request #1936 from google/dependabot/maven/org.apache.maven.scm-ma...
  • a7404e8 Merge pull request #1935 from google/dependabot/maven/org.apache.maven.scm-ma...
  • 205df01 Bump maven-scm-provider-gitexe from 1.11.2 to 1.11.3
  • f98dabd Bump maven-scm-api from 1.11.2 to 1.11.3
  • 9edaeb3 Merge pull request #1909 from HiFromAjay/aj
  • 01ab13f Remove unused imports [#1909, #1908]
  • 789818d Merge pull request #1930 from christofferqa/keep_typetoken
  • df94ccd Merge pull request #1925 from google/dependabot/maven/org.apache.maven.plugin...
  • 80feb23 Merge pull request #1926 from google/dependabot/maven/com.github.wvengen-prog...
  • 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 [gson](https://github.com/google/gson) from 2.8.7 to 2.8.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/gson/releases">gson's releases</a>.</em></p> <blockquote> <h2>Gson 2.8.8</h2> <ul> <li>Fixed issue with recursive types (<a href="https://github-redirect.dependabot.com/google/gson/issues/1390">#1390</a>).</li> <li>Better behaviour with Java 9+ and <code>Unsafe</code> if there is a security manager (<a href="https://github-redirect.dependabot.com/google/gson/issues/1712">#1712</a>).</li> <li><code>EnumTypeAdapter</code> now works better when ProGuard has obfuscated enum fields (<a href="https://github-redirect.dependabot.com/google/gson/issues/1495">#1495</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/google/gson/blob/master/CHANGELOG.md">gson's changelog</a>.</em></p> <blockquote> <h2>Version 2.8.8</h2> <ul> <li>Fixed issue with recursive types (<a href="https://github-redirect.dependabot.com/google/gson/issues/1390">#1390</a>).</li> <li>Better behaviour with Java 9+ and <code>Unsafe</code> if there is a security manager (<a href="https://github-redirect.dependabot.com/google/gson/issues/1712">#1712</a>).</li> <li><code>EnumTypeAdapter</code> now works better when ProGuard has obfuscated enum fields (<a href="https://github-redirect.dependabot.com/google/gson/issues/1495">#1495</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/gson/commit/b41030d3dc965eca1b0a0f1c35ce185dd8e80e99"><code>b41030d</code></a> [maven-release-plugin] prepare release gson-parent-2.8.8</li> <li><a href="https://github.com/google/gson/commit/81f25c8b45266383ab1d0956c22cf58b5af44a3f"><code>81f25c8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/google/gson/issues/1936">#1936</a> from google/dependabot/maven/org.apache.maven.scm-ma...</li> <li><a href="https://github.com/google/gson/commit/a7404e8ede4ca910dac2dd5f5643d30fbea75ca3"><code>a7404e8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/google/gson/issues/1935">#1935</a> from google/dependabot/maven/org.apache.maven.scm-ma...</li> <li><a href="https://github.com/google/gson/commit/205df01c047ecc03cf217f17e2030852a4ac96be"><code>205df01</code></a> Bump maven-scm-provider-gitexe from 1.11.2 to 1.11.3</li> <li><a href="https://github.com/google/gson/commit/f98dabd1e966c97aa88ee74d587eb1ea810e39b3"><code>f98dabd</code></a> Bump maven-scm-api from 1.11.2 to 1.11.3</li> <li><a href="https://github.com/google/gson/commit/9edaeb3b2e8824ba79afac1cdc9aa2c42c0bec2a"><code>9edaeb3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/google/gson/issues/1909">#1909</a> from HiFromAjay/aj</li> <li><a href="https://github.com/google/gson/commit/01ab13f701e6db84bdf37f602ef7af3c8d5c2f35"><code>01ab13f</code></a> Remove unused imports [#1909, <a href="https://github-redirect.dependabot.com/google/gson/issues/1908">#1908</a>]</li> <li><a href="https://github.com/google/gson/commit/789818d1802ec10feeeceddc7571e069ae762b19"><code>789818d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/google/gson/issues/1930">#1930</a> from christofferqa/keep_typetoken</li> <li><a href="https://github.com/google/gson/commit/df94ccdb483c788eaa65509c12f0f6cbc952dac8"><code>df94ccd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/google/gson/issues/1925">#1925</a> from google/dependabot/maven/org.apache.maven.plugin...</li> <li><a href="https://github.com/google/gson/commit/80feb232b5be12db9dd0f75d9dc63629fb5456e2"><code>80feb23</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/google/gson/issues/1926">#1926</a> from google/dependabot/maven/com.github.wvengen-prog...</li> <li>Additional commits viewable in <a href="https://github.com/google/gson/compare/gson-parent-2.8.7...gson-parent-2.8.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.code.gson:gson&package-manager=gradle&previous-version=2.8.7&new-version=2.8.8)](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 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>
Amab (Migrated from github.com) approved these changes 2021-08-23 11:03:31 +02:00
Sign in to join this conversation.
No description provided.