Bump gson from 2.8.9 to 2.9.0 #374

Merged
dependabot[bot] merged 1 commits from dependabot/gradle/com.google.code.gson-gson-2.9.0 into master 2022-02-14 17:02:31 +01:00
dependabot[bot] commented 2022-02-14 05:19:19 +01:00 (Migrated from github.com)

Bumps gson from 2.8.9 to 2.9.0.

Release notes

Sourced from gson's releases.

Gson 2.9.0

The minimum supported Java version changes from 6 to 7.

  • Change target Java version to 7 (#2043)
  • Put module-info.class into Multi-Release JAR folder (#2013)
  • Improve error message when abstract class cannot be constructed (#1814)
  • Support EnumMap deserialization (#2071)
  • Add LazilyParsedNumber default adapter (#2060)
  • Fix JsonReader.hasNext() returning true at end of document (#2061)
  • Remove Gradle build support. Build script was outdated and not actively maintained anymore (#2063)
  • Add GsonBuilder.disableJdkUnsafe() (#1904)
  • Add UPPER_CASE_WITH_UNDERSCORES in FieldNamingPolicy (#2024)
  • Fix failing to serialize Collection or Map with inaccessible constructor (#1902)
  • Improve TreeTypeAdapter thread-safety (#1976)
  • Fix Gson.newJsonWriter ignoring lenient and HTML-safe setting (#1989)
  • Delete unused LinkedHashTreeMap (#1992)
  • Make default adapters stricter; improve exception messages (#2000)
  • Fix FieldNamingPolicy.upperCaseFirstLetter uppercasing non-letter (#2004)

Thanks to our contributors, especially @​Marcono1234!

Changelog

Sourced from gson's changelog.

Version 2.9.0

The minimum supported Java version changes from 6 to 7.

  • Change target Java version to 7 (#2043)
  • Put module-info.class into Multi-Release JAR folder (#2013)
  • Improve error message when abstract class cannot be constructed (#1814)
  • Support EnumMap deserialization (#2071)
  • Add LazilyParsedNumber default adapter (#2060)
  • Fix JsonReader.hasNext() returning true at end of document (#2061)
  • Remove Gradle build support. Build script was outdated and not actively maintained anymore (#2063)
  • Add GsonBuilder.disableJdkUnsafe() (#1904)
  • Add UPPER_CASE_WITH_UNDERSCORES in FieldNamingPolicy (#2024)
  • Fix failing to serialize Collection or Map with inaccessible constructor (#1902)
  • Improve TreeTypeAdapter thread-safety (#1976)
  • Fix Gson.newJsonWriter ignoring lenient and HTML-safe setting (#1989)
  • Delete unused LinkedHashTreeMap (#1992)
  • Make default adapters stricter; improve exception messages (#2000)
  • Fix FieldNamingPolicy.upperCaseFirstLetter uppercasing non-letter (#2004)
Commits
  • b6acf11 [maven-release-plugin] prepare release gson-parent-2.9.0
  • 82fed02 Mention R8 FAQ in Android example (#2075)
  • 47dea2e Improve error message when abstract class cannot be constructed (#1814)
  • 565b7a1 Support EnumMap deserialization (#2071)
  • e2e851c Add LazilyParsedNumber default adapter (#2060)
  • 710a76c Fix JsonReader.hasNext() returning true at end of document (#2061)
  • be0a1f4 Remove Gradle build support (#2063)
  • 8e01b54 Bump maven-compiler-plugin from 3.8.1 to 3.9.0 (#2055)
  • 4d8cab8 Bump maven-jar-plugin from 3.2.1 to 3.2.2 (#2056)
  • 26e08fe Fix a mistaken use of StringBuilder('#'). (#2052)
  • 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.9 to 2.9.0. <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.0</h2> <p><strong>The minimum supported Java version changes from 6 to 7.</strong></p> <ul> <li>Change target Java version to 7 (<a href="https://github-redirect.dependabot.com/google/gson/issues/2043">#2043</a>)</li> <li>Put <code>module-info.class</code> into Multi-Release JAR folder (<a href="https://github-redirect.dependabot.com/google/gson/issues/2013">#2013</a>)</li> <li>Improve error message when abstract class cannot be constructed (<a href="https://github-redirect.dependabot.com/google/gson/issues/1814">#1814</a>)</li> <li>Support EnumMap deserialization (<a href="https://github-redirect.dependabot.com/google/gson/issues/2071">#2071</a>)</li> <li>Add LazilyParsedNumber default adapter (<a href="https://github-redirect.dependabot.com/google/gson/issues/2060">#2060</a>)</li> <li>Fix JsonReader.hasNext() returning true at end of document (<a href="https://github-redirect.dependabot.com/google/gson/issues/2061">#2061</a>)</li> <li>Remove Gradle build support. Build script was outdated and not actively maintained anymore (<a href="https://github-redirect.dependabot.com/google/gson/issues/2063">#2063</a>)</li> <li>Add <code>GsonBuilder.disableJdkUnsafe()</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/1904">#1904</a>)</li> <li>Add <code>UPPER_CASE_WITH_UNDERSCORES</code> in FieldNamingPolicy (<a href="https://github-redirect.dependabot.com/google/gson/issues/2024">#2024</a>)</li> <li>Fix failing to serialize Collection or Map with inaccessible constructor (<a href="https://github-redirect.dependabot.com/google/gson/issues/1902">#1902</a>)</li> <li>Improve TreeTypeAdapter thread-safety (<a href="https://github-redirect.dependabot.com/google/gson/issues/1976">#1976</a>)</li> <li>Fix <code>Gson.newJsonWriter</code> ignoring lenient and HTML-safe setting (<a href="https://github-redirect.dependabot.com/google/gson/issues/1989">#1989</a>)</li> <li>Delete unused LinkedHashTreeMap (<a href="https://github-redirect.dependabot.com/google/gson/issues/1992">#1992</a>)</li> <li>Make default adapters stricter; improve exception messages (<a href="https://github-redirect.dependabot.com/google/gson/issues/2000">#2000</a>)</li> <li>Fix <code>FieldNamingPolicy.upperCaseFirstLetter</code> uppercasing non-letter (<a href="https://github-redirect.dependabot.com/google/gson/issues/2004">#2004</a>)</li> </ul> <p>Thanks to our contributors, especially <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a>!</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.0</h2> <p><strong>The minimum supported Java version changes from 6 to 7.</strong></p> <ul> <li>Change target Java version to 7 (<a href="https://github-redirect.dependabot.com/google/gson/issues/2043">#2043</a>)</li> <li>Put <code>module-info.class</code> into Multi-Release JAR folder (<a href="https://github-redirect.dependabot.com/google/gson/issues/2013">#2013</a>)</li> <li>Improve error message when abstract class cannot be constructed (<a href="https://github-redirect.dependabot.com/google/gson/issues/1814">#1814</a>)</li> <li>Support EnumMap deserialization (<a href="https://github-redirect.dependabot.com/google/gson/issues/2071">#2071</a>)</li> <li>Add LazilyParsedNumber default adapter (<a href="https://github-redirect.dependabot.com/google/gson/issues/2060">#2060</a>)</li> <li>Fix JsonReader.hasNext() returning true at end of document (<a href="https://github-redirect.dependabot.com/google/gson/issues/2061">#2061</a>)</li> <li>Remove Gradle build support. Build script was outdated and not actively maintained anymore (<a href="https://github-redirect.dependabot.com/google/gson/issues/2063">#2063</a>)</li> <li>Add <code>GsonBuilder.disableJdkUnsafe()</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/1904">#1904</a>)</li> <li>Add <code>UPPER_CASE_WITH_UNDERSCORES</code> in FieldNamingPolicy (<a href="https://github-redirect.dependabot.com/google/gson/issues/2024">#2024</a>)</li> <li>Fix failing to serialize Collection or Map with inaccessible constructor (<a href="https://github-redirect.dependabot.com/google/gson/issues/1902">#1902</a>)</li> <li>Improve TreeTypeAdapter thread-safety (<a href="https://github-redirect.dependabot.com/google/gson/issues/1976">#1976</a>)</li> <li>Fix <code>Gson.newJsonWriter</code> ignoring lenient and HTML-safe setting (<a href="https://github-redirect.dependabot.com/google/gson/issues/1989">#1989</a>)</li> <li>Delete unused LinkedHashTreeMap (<a href="https://github-redirect.dependabot.com/google/gson/issues/1992">#1992</a>)</li> <li>Make default adapters stricter; improve exception messages (<a href="https://github-redirect.dependabot.com/google/gson/issues/2000">#2000</a>)</li> <li>Fix <code>FieldNamingPolicy.upperCaseFirstLetter</code> uppercasing non-letter (<a href="https://github-redirect.dependabot.com/google/gson/issues/2004">#2004</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/gson/commit/b6acf1178a1e9279a77235abe55d6895dd5c09f3"><code>b6acf11</code></a> [maven-release-plugin] prepare release gson-parent-2.9.0</li> <li><a href="https://github.com/google/gson/commit/82fed02fbae4bbe3fe2d76d46b2d577a469bdba0"><code>82fed02</code></a> Mention R8 FAQ in Android example (<a href="https://github-redirect.dependabot.com/google/gson/issues/2075">#2075</a>)</li> <li><a href="https://github.com/google/gson/commit/47dea2eefc6d2816cddb3f30689070285491733c"><code>47dea2e</code></a> Improve error message when abstract class cannot be constructed (<a href="https://github-redirect.dependabot.com/google/gson/issues/1814">#1814</a>)</li> <li><a href="https://github.com/google/gson/commit/565b7a198e026596c3fd18304f86537ae20f9a3f"><code>565b7a1</code></a> Support EnumMap deserialization (<a href="https://github-redirect.dependabot.com/google/gson/issues/2071">#2071</a>)</li> <li><a href="https://github.com/google/gson/commit/e2e851c9bc692cec68ba7b0cbb002f82b4a229e4"><code>e2e851c</code></a> Add LazilyParsedNumber default adapter (<a href="https://github-redirect.dependabot.com/google/gson/issues/2060">#2060</a>)</li> <li><a href="https://github.com/google/gson/commit/710a76c8b8835e36935c62024001ba6b91ceee01"><code>710a76c</code></a> Fix JsonReader.hasNext() returning true at end of document (<a href="https://github-redirect.dependabot.com/google/gson/issues/2061">#2061</a>)</li> <li><a href="https://github.com/google/gson/commit/be0a1f4ff74bcd01580887cc9f3ec592d773f24c"><code>be0a1f4</code></a> Remove Gradle build support (<a href="https://github-redirect.dependabot.com/google/gson/issues/2063">#2063</a>)</li> <li><a href="https://github.com/google/gson/commit/8e01b54682612471a9ab40c73911dfbf6b5be036"><code>8e01b54</code></a> Bump maven-compiler-plugin from 3.8.1 to 3.9.0 (<a href="https://github-redirect.dependabot.com/google/gson/issues/2055">#2055</a>)</li> <li><a href="https://github.com/google/gson/commit/4d8cab89c4711f70416446107adec2d99f6b8e52"><code>4d8cab8</code></a> Bump maven-jar-plugin from 3.2.1 to 3.2.2 (<a href="https://github-redirect.dependabot.com/google/gson/issues/2056">#2056</a>)</li> <li><a href="https://github.com/google/gson/commit/26e08fe742a9a023cc8eca454de8f84a0223d187"><code>26e08fe</code></a> Fix a mistaken use of StringBuilder('#'). (<a href="https://github-redirect.dependabot.com/google/gson/issues/2052">#2052</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/gson/compare/gson-parent-2.8.9...gson-parent-2.9.0">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.9&new-version=2.9.0)](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 2022-02-14 17:02:24 +01:00
Sign in to join this conversation.
No description provided.