[PR #428] Bump com.google.code.gson:gson from 2.8.4 to 2.8.9 in /sparkjava-mysql/backend #445

Open
opened 2025-11-06 14:26:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/428
Author: @dependabot[bot]
Created: 4/8/2024
Status: 🔄 Open

Base: masterHead: dependabot/maven/sparkjava-mysql/backend/com.google.code.gson-gson-2.8.9


📝 Commits (1)

  • aaff8dd Bump com.google.code.gson:gson in /sparkjava-mysql/backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 sparkjava-mysql/backend/pom.xml (+1 -1)

📄 Description

Bumps com.google.code.gson:gson from 2.8.4 to 2.8.9.

Release notes

Sourced from com.google.code.gson:gson's releases.

Gson 2.8.9

  • Make OSGi bundle's dependency on sun.misc optional (#1993).
  • Deprecate Gson.excluder() exposing internal Excluder class (#1986).
  • Prevent Java deserialization of internal classes (#1991).
  • Improve number strategy implementation (#1987).
  • Fix LongSerializationPolicy null handling being inconsistent with Gson (#1990).
  • Support arbitrary Number implementation for Object and Number deserialization (#1290).
  • Bump proguard-maven-plugin from 2.4.0 to 2.5.1 (#1980).
  • Don't exclude static local classes (#1969).
  • Fix RuntimeTypeAdapterFactory depending on internal Streams class (#1959).
  • Improve Maven build (#1964).
  • Make dependency on java.sql optional (#1707).

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 com.google.code.gson:gson's changelog.

Version 2.8.9

Version 2.8.8

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

Version 2.8.7

Version 2.8.6

2019-10-04 GitHub Diff

  • Added static methods JsonParser.parseString and JsonParser.parseReader and deprecated instance method JsonParser.parse
  • Java 9 module-info support

Version 2.8.5

2018-05-21 GitHub Diff

  • 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 google/gson#1310 by supporting Debian Java 9
Commits
  • 6a368d8 [maven-release-plugin] prepare release gson-parent-2.8.9
  • ba96d53 Fix missing bounds checks for JsonTreeReader.getPath() (#2001)
  • ca1df7f #1981: Optional OSGi bundle's dependency on sun.misc package (#1993)
  • c54caf3 Deprecate Gson.excluder() exposing internal Excluder class (#1986)
  • e6fae59 Prevent Java deserialization of internal classes (#1991)
  • bda2e3d Improve number strategy implementation (#1987)
  • cd748df Fix LongSerializationPolicy null handling being inconsistent with Gson (#1990)
  • fe30b85 Support arbitrary Number implementation for Object and Number deserialization...
  • 1cc1627 Fix incorrect feature request template label (#1982)
  • 7b9a283 Bump bnd-maven-plugin from 5.3.0 to 6.0.0 (#1985)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/428 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/8/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/maven/sparkjava-mysql/backend/com.google.code.gson-gson-2.8.9` --- ### 📝 Commits (1) - [`aaff8dd`](https://github.com/docker/awesome-compose/commit/aaff8ddb2aa3efa2ea3aa0a0bdf30ef9d33a9c31) Bump com.google.code.gson:gson in /sparkjava-mysql/backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `sparkjava-mysql/backend/pom.xml` (+1 -1) </details> ### 📄 Description Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.4 to 2.8.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/gson/releases">com.google.code.gson:gson's releases</a>.</em></p> <blockquote> <h2>Gson 2.8.9</h2> <ul> <li>Make OSGi bundle's dependency on <code>sun.misc</code> optional (<a href="https://redirect.github.com/google/gson/issues/1993">#1993</a>).</li> <li>Deprecate <code>Gson.excluder()</code> exposing internal <code>Excluder</code> class (<a href="https://redirect.github.com/google/gson/issues/1986">#1986</a>).</li> <li>Prevent Java deserialization of internal classes (<a href="https://redirect.github.com/google/gson/issues/1991">#1991</a>).</li> <li>Improve number strategy implementation (<a href="https://redirect.github.com/google/gson/issues/1987">#1987</a>).</li> <li>Fix LongSerializationPolicy null handling being inconsistent with Gson (<a href="https://redirect.github.com/google/gson/issues/1990">#1990</a>).</li> <li>Support arbitrary Number implementation for Object and Number deserialization (<a href="https://redirect.github.com/google/gson/issues/1290">#1290</a>).</li> <li>Bump proguard-maven-plugin from 2.4.0 to 2.5.1 (<a href="https://redirect.github.com/google/gson/issues/1980">#1980</a>).</li> <li>Don't exclude static local classes (<a href="https://redirect.github.com/google/gson/issues/1969">#1969</a>).</li> <li>Fix <code>RuntimeTypeAdapterFactory</code> depending on internal <code>Streams</code> class (<a href="https://redirect.github.com/google/gson/issues/1959">#1959</a>).</li> <li>Improve Maven build (<a href="https://redirect.github.com/google/gson/issues/1964">#1964</a>).</li> <li>Make dependency on <code>java.sql</code> optional (<a href="https://redirect.github.com/google/gson/issues/1707">#1707</a>).</li> </ul> <h2>Gson 2.8.8</h2> <ul> <li>Fixed issue with recursive types (<a href="https://redirect.github.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://redirect.github.com/google/gson/issues/1712">#1712</a>).</li> <li><code>EnumTypeAdapter</code> now works better when ProGuard has obfuscated enum fields (<a href="https://redirect.github.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/main/CHANGELOG.md">com.google.code.gson:gson's changelog</a>.</em></p> <blockquote> <h2>Version 2.8.9</h2> <ul> <li>Make OSGi bundle's dependency on <code>sun.misc</code> optional (<a href="https://redirect.github.com/google/gson/pull/1993">google/gson#1993</a>).</li> <li>Deprecate <code>Gson.excluder()</code> exposing internal <code>Excluder</code> class (<a href="https://redirect.github.com/google/gson/pull/1986">google/gson#1986</a>).</li> <li>Prevent Java deserialization of internal classes (<a href="https://redirect.github.com/google/gson/pull/1991">google/gson#1991</a>).</li> <li>Improve number strategy implementation (<a href="https://redirect.github.com/google/gson/pull/1987">google/gson#1987</a>).</li> <li>Fix LongSerializationPolicy null handling being inconsistent with Gson (<a href="https://redirect.github.com/google/gson/pull/1990">google/gson#1990</a>).</li> <li>Support arbitrary Number implementation for Object and Number deserialization (<a href="https://redirect.github.com/google/gson/pull/1290">google/gson#1290</a>).</li> <li>Bump proguard-maven-plugin from 2.4.0 to 2.5.1 (<a href="https://redirect.github.com/google/gson/pull/1980">google/gson#1980</a>).</li> <li>Don't exclude static local classes (<a href="https://redirect.github.com/google/gson/pull/1969">google/gson#1969</a>).</li> <li>Fix <code>RuntimeTypeAdapterFactory</code> depending on internal <code>Streams</code> class (<a href="https://redirect.github.com/google/gson/pull/1959">google/gson#1959</a>).</li> <li>Improve Maven build (<a href="https://redirect.github.com/google/gson/pull/1964">google/gson#1964</a>).</li> <li>Make dependency on <code>java.sql</code> optional (<a href="https://redirect.github.com/google/gson/pull/1707">google/gson#1707</a>).</li> </ul> <h2>Version 2.8.8</h2> <ul> <li>Fixed issue with recursive types (<a href="https://redirect.github.com/google/gson/issues/1390">google/gson#1390</a>).</li> <li>Better behaviour with Java 9+ and <code>Unsafe</code> if there is a security manager (<a href="https://redirect.github.com/google/gson/pull/1712">google/gson#1712</a>).</li> <li><code>EnumTypeAdapter</code> now works better when ProGuard has obfuscated enum fields (<a href="https://redirect.github.com/google/gson/pull/1495">google/gson#1495</a>).</li> </ul> <h2>Version 2.8.7</h2> <ul> <li>Fixed <code>ISO8601UtilsTest</code> failing on systems with UTC+X.</li> <li>Improved javadoc for <code>JsonStreamParser</code>.</li> <li>Updated proguard.cfg (<a href="https://redirect.github.com/google/gson/pull/1693">google/gson#1693</a>).</li> <li>Fixed <code>IllegalStateException</code> in <code>JsonTreeWriter</code> (<a href="https://redirect.github.com/google/gson/issues/1592">google/gson#1592</a>).</li> <li>Added <code>JsonArray.isEmpty()</code> (<a href="https://redirect.github.com/google/gson/pull/1640">google/gson#1640</a>).</li> <li>Added new test cases (<a href="https://redirect.github.com/google/gson/pull/1638">google/gson#1638</a>).</li> <li>Fixed OSGi metadata generation to work on JavaSE &lt; 9 (<a href="https://redirect.github.com/google/gson/pull/1603">google/gson#1603</a>).</li> </ul> <h2>Version 2.8.6</h2> <p><em>2019-10-04</em> <a href="https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.6">GitHub Diff</a></p> <ul> <li>Added static methods <code>JsonParser.parseString</code> and <code>JsonParser.parseReader</code> and deprecated instance method <code>JsonParser.parse</code></li> <li>Java 9 module-info support</li> </ul> <h2>Version 2.8.5</h2> <p><em>2018-05-21</em> <a href="https://github.com/google/gson/compare/gson-parent-2.8.4...gson-parent-2.8.5">GitHub Diff</a></p> <ul> <li>Print Gson version while throwing AssertionError and IllegalArgumentException</li> <li>Moved <code>utils.VersionUtils</code> class to <code>internal.JavaVersion</code>. This is a potential backward incompatible change from 2.8.4</li> <li>Fixed issue <a href="https://redirect.github.com/google/gson/issues/1310">google/gson#1310</a> by supporting Debian Java 9</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/gson/commit/6a368d89da37917be7714c3072b8378f4120110a"><code>6a368d8</code></a> [maven-release-plugin] prepare release gson-parent-2.8.9</li> <li><a href="https://github.com/google/gson/commit/ba96d53bad35f7466073f14cb3d89d09383e1a2d"><code>ba96d53</code></a> Fix missing bounds checks for JsonTreeReader.getPath() (<a href="https://redirect.github.com/google/gson/issues/2001">#2001</a>)</li> <li><a href="https://github.com/google/gson/commit/ca1df7f7e09f6b1a763882029dd7057f475b31de"><code>ca1df7f</code></a> <a href="https://redirect.github.com/google/gson/issues/1981">#1981</a>: Optional OSGi bundle's dependency on sun.misc package (<a href="https://redirect.github.com/google/gson/issues/1993">#1993</a>)</li> <li><a href="https://github.com/google/gson/commit/c54caf308c3f7d4a6088cf3085c2caa9617e0458"><code>c54caf3</code></a> Deprecate <code>Gson.excluder()</code> exposing internal <code>Excluder</code> class (<a href="https://redirect.github.com/google/gson/issues/1986">#1986</a>)</li> <li><a href="https://github.com/google/gson/commit/e6fae590cf2a758c47cd5a17f9bf3780ce62c986"><code>e6fae59</code></a> Prevent Java deserialization of internal classes (<a href="https://redirect.github.com/google/gson/issues/1991">#1991</a>)</li> <li><a href="https://github.com/google/gson/commit/bda2e3d16af776e0f607d56bbab6eac22f8f2d58"><code>bda2e3d</code></a> Improve number strategy implementation (<a href="https://redirect.github.com/google/gson/issues/1987">#1987</a>)</li> <li><a href="https://github.com/google/gson/commit/cd748df7122ea4260d35dfe90cfab0c079a1504d"><code>cd748df</code></a> Fix LongSerializationPolicy null handling being inconsistent with Gson (<a href="https://redirect.github.com/google/gson/issues/1990">#1990</a>)</li> <li><a href="https://github.com/google/gson/commit/fe30b85224316cabf19f5dd3223843437c297802"><code>fe30b85</code></a> Support arbitrary Number implementation for Object and Number deserialization...</li> <li><a href="https://github.com/google/gson/commit/1cc16274235f89650349884dd04760bf15a95d96"><code>1cc1627</code></a> Fix incorrect feature request template label (<a href="https://redirect.github.com/google/gson/issues/1982">#1982</a>)</li> <li><a href="https://github.com/google/gson/commit/7b9a283a7a5d66878c9be01227b15e631afe2a5a"><code>7b9a283</code></a> Bump bnd-maven-plugin from 5.3.0 to 6.0.0 (<a href="https://redirect.github.com/google/gson/issues/1985">#1985</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/gson/compare/gson-parent-2.8.4...gson-parent-2.8.9">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=maven&previous-version=2.8.4&new-version=2.8.9)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/docker/awesome-compose/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:26:23 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#445