Bump gson from 2.9.0 to 2.9.1 #399

Merged
dependabot[bot] merged 1 commits from dependabot/gradle/com.google.code.gson-gson-2.9.1 into master 2022-08-13 08:40:37 +02:00
dependabot[bot] commented 2022-08-01 06:16:07 +02:00 (Migrated from github.com)

Bumps gson from 2.9.0 to 2.9.1.

Release notes

Sourced from gson's releases.

Gson 2.9.1

  • Make Object and JsonElement deserialization iterative rather than recursive (#1912)
  • Added parsing support for enum that has overridden toString() method (#1950)
  • Removed support for building Gson with Gradle (#2081)
  • Removed obsolete codegen hierarchy (#2099)
  • Add support for reflection access filter (#1905)
  • Improve TypeToken creation validation (#2072)
  • Add explicit support for float in JsonWriter (#2130, #2132)
  • Fail when parsing invalid local date (#2134)

Also many small improvements to javadoc.

Changelog

Sourced from gson's changelog.

Version 2.9.1

  • Make Object and JsonElement deserialization iterative rather than recursive (#1912)
  • Added parsing support for enum that has overridden toString() method (#1950)
  • Removed support for building Gson with Gradle (#2081)
  • Removed obsolete codegen hierarchy (#2099)
  • Add support for reflection access filter (#1905)
  • Improve TypeToken creation validation (#2072)
  • Add explicit support for float in JsonWriter (#2130, #2132)
  • Fail when parsing invalid local date (#2134)

Also many small improvements to javadoc.

Commits
  • bb9a1f2 [maven-release-plugin] prepare release gson-parent-2.9.1
  • 893a7e1 Fix malformed JsonElement.getAsBigDecimal() javadoc (#1772)
  • 6d2557d Remove unused package-private FieldAttributes methods (#2162)
  • 2deb209 Make RuntimeTypeAdapterFactory recognize subclasses only conditionally. (#2...
  • 924c496 Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#2157)
  • 503c20b Rename ReflectiveTypeAdapterFactory field inclusion check method (#2121)
  • 0106247 Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0 (#2148)
  • eeba71c Upgrade to oss-parent 9 (#2149)
  • 2eb3758 Fix RuntimeTypeAdapterFactory (#2139)
  • cbc0af8 Improve lenient mode documentation (#2122)
  • 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.9.0 to 2.9.1. <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.9.1</h2> <ul> <li>Make <code>Object</code> and <code>JsonElement</code> deserialization iterative rather than recursive (<a href="https://github-redirect.dependabot.com/google/gson/issues/1912">#1912</a>)</li> <li>Added parsing support for enum that has overridden toString() method (<a href="https://github-redirect.dependabot.com/google/gson/issues/1950">#1950</a>)</li> <li>Removed support for building Gson with Gradle (<a href="https://github-redirect.dependabot.com/google/gson/issues/2081">#2081</a>)</li> <li>Removed obsolete <code>codegen</code> hierarchy (<a href="https://github-redirect.dependabot.com/google/gson/issues/2099">#2099</a>)</li> <li>Add support for reflection access filter (<a href="https://github-redirect.dependabot.com/google/gson/issues/1905">#1905</a>)</li> <li>Improve <code>TypeToken</code> creation validation (<a href="https://github-redirect.dependabot.com/google/gson/issues/2072">#2072</a>)</li> <li>Add explicit support for <code>float</code> in <code>JsonWriter</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/2130">#2130</a>, <a href="https://github-redirect.dependabot.com/google/gson/issues/2132">#2132</a>)</li> <li>Fail when parsing invalid local date (<a href="https://github-redirect.dependabot.com/google/gson/issues/2134">#2134</a>)</li> </ul> <p>Also many small improvements to javadoc.</p> </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.9.1</h2> <ul> <li>Make <code>Object</code> and <code>JsonElement</code> deserialization iterative rather than recursive (<a href="https://github-redirect.dependabot.com/google/gson/issues/1912">#1912</a>)</li> <li>Added parsing support for enum that has overridden toString() method (<a href="https://github-redirect.dependabot.com/google/gson/issues/1950">#1950</a>)</li> <li>Removed support for building Gson with Gradle (<a href="https://github-redirect.dependabot.com/google/gson/issues/2081">#2081</a>)</li> <li>Removed obsolete <code>codegen</code> hierarchy (<a href="https://github-redirect.dependabot.com/google/gson/issues/2099">#2099</a>)</li> <li>Add support for reflection access filter (<a href="https://github-redirect.dependabot.com/google/gson/issues/1905">#1905</a>)</li> <li>Improve <code>TypeToken</code> creation validation (<a href="https://github-redirect.dependabot.com/google/gson/issues/2072">#2072</a>)</li> <li>Add explicit support for <code>float</code> in <code>JsonWriter</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/2130">#2130</a>, <a href="https://github-redirect.dependabot.com/google/gson/issues/2132">#2132</a>)</li> <li>Fail when parsing invalid local date (<a href="https://github-redirect.dependabot.com/google/gson/issues/2134">#2134</a>)</li> </ul> <p>Also many small improvements to javadoc.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/gson/commit/bb9a1f255aa7e7a07bf42f5bffe04f9204a59eb1"><code>bb9a1f2</code></a> [maven-release-plugin] prepare release gson-parent-2.9.1</li> <li><a href="https://github.com/google/gson/commit/893a7e1c5c3369ecfb41fb7f8177d18896f0a23b"><code>893a7e1</code></a> Fix malformed JsonElement.getAsBigDecimal() javadoc (<a href="https://github-redirect.dependabot.com/google/gson/issues/1772">#1772</a>)</li> <li><a href="https://github.com/google/gson/commit/6d2557d5d1a8ac498f2bcee20e5053c93b33ecce"><code>6d2557d</code></a> Remove unused package-private FieldAttributes methods (<a href="https://github-redirect.dependabot.com/google/gson/issues/2162">#2162</a>)</li> <li><a href="https://github.com/google/gson/commit/2deb2099d3007b8bb0e324bc364b6f9dddada0cd"><code>2deb209</code></a> Make <code>RuntimeTypeAdapterFactory</code> recognize subclasses only conditionally. (<a href="https://github-redirect.dependabot.com/google/gson/issues/2">#2</a>...</li> <li><a href="https://github.com/google/gson/commit/924c496b95deceadab0a01ea28b7023a096dc2ec"><code>924c496</code></a> Bump maven-resources-plugin from 3.2.0 to 3.3.0 (<a href="https://github-redirect.dependabot.com/google/gson/issues/2157">#2157</a>)</li> <li><a href="https://github.com/google/gson/commit/503c20bb392e10fd6ffa9a12afdc33d2ba2d2c38"><code>503c20b</code></a> Rename ReflectiveTypeAdapterFactory field inclusion check method (<a href="https://github-redirect.dependabot.com/google/gson/issues/2121">#2121</a>)</li> <li><a href="https://github.com/google/gson/commit/010624730b5b66a3bc6d20417013ce5d317169fa"><code>0106247</code></a> Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0 (<a href="https://github-redirect.dependabot.com/google/gson/issues/2148">#2148</a>)</li> <li><a href="https://github.com/google/gson/commit/eeba71c59e73d74fea1be4f5362f166a28aa3d01"><code>eeba71c</code></a> Upgrade to oss-parent 9 (<a href="https://github-redirect.dependabot.com/google/gson/issues/2149">#2149</a>)</li> <li><a href="https://github.com/google/gson/commit/2eb37589b53d0d2c292a2187bc87a0967686ac29"><code>2eb3758</code></a> Fix RuntimeTypeAdapterFactory (<a href="https://github-redirect.dependabot.com/google/gson/issues/2139">#2139</a>)</li> <li><a href="https://github.com/google/gson/commit/cbc0af867b898d9e8244f268f4ffe37dfcaf8ea7"><code>cbc0af8</code></a> Improve lenient mode documentation (<a href="https://github-redirect.dependabot.com/google/gson/issues/2122">#2122</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/gson/compare/gson-parent-2.9.0...gson-parent-2.9.1">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.9.0&new-version=2.9.1)](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) reviewed 2022-08-13 08:21:50 +02:00
Amab (Migrated from github.com) approved these changes 2022-08-13 08:36:11 +02:00
Sign in to join this conversation.
No description provided.