Core part of NewPipe
Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10. <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.10</h2> <h2>Most important changes</h2> <ul> <li> <p>Support for serializing and deserializing Java records, on Java ≥ 16. (<a href="https://github-redirect.dependabot.com/google/gson/issues/2201">#2201</a>)</p> </li> <li> <p>Add <code>JsonArray.asList</code> and <code>JsonObject.asMap</code> view methods (<a href="https://github-redirect.dependabot.com/google/gson/issues/2225">#2225</a>)</p> </li> <li> <p>Fix <code>TypeAdapterRuntimeTypeWrapper</code> not detecting reflective <code>TreeTypeAdapter</code> and <code>FutureTypeAdapter</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/1787">#1787</a>)</p> </li> <li> <p>Improve <code>JsonReader.skipValue()</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/2062">#2062</a>)</p> </li> <li> <p>Perform numeric conversion for primitive numeric type adapters (<a href="https://github-redirect.dependabot.com/google/gson/issues/2158">#2158</a>)</p> </li> <li> <p>Add <code>Gson.fromJson(..., TypeToken)</code> overloads (<a href="https://github-redirect.dependabot.com/google/gson/issues/1700">#1700</a>)</p> </li> <li> <p>Fix changes to <code>GsonBuilder</code> affecting existing <code>Gson</code> instances (<a href="https://github-redirect.dependabot.com/google/gson/issues/1815">#1815</a>)</p> </li> <li> <p>Make <code>JsonElement</code> conversion methods more consistent and fix javadoc (<a href="https://github-redirect.dependabot.com/google/gson/issues/2178">#2178</a>)</p> </li> <li> <p>Throw <code>UnsupportedOperationException</code> when <code>JsonWriter.jsonValue</code> is not supported (<a href="https://github-redirect.dependabot.com/google/gson/issues/1651">#1651</a>)</p> </li> <li> <p>Disallow <code>JsonObject</code> <code>Entry.setValue(null)</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/2167">#2167</a>)</p> </li> <li> <p>Fix <code>TypeAdapter.toJson</code> throwing AssertionError for custom IOException (<a href="https://github-redirect.dependabot.com/google/gson/issues/2172">#2172</a>)</p> </li> <li> <p>Convert null to JsonNull for <code>JsonArray.set</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/2170">#2170</a>)</p> </li> <li> <p>Fixed nullSafe usage. (<a href="https://github-redirect.dependabot.com/google/gson/issues/1555">#1555</a>)</p> </li> <li> <p>Validate <code>TypeToken.getParameterized</code> arguments (<a href="https://github-redirect.dependabot.com/google/gson/issues/2166">#2166</a>)</p> </li> <li> <p>Fix <a href="https://github-redirect.dependabot.com/google/gson/issues/1702">#1702</a>: Gson.toJson creates CharSequence which does not implement toString (<a href="https://github-redirect.dependabot.com/google/gson/issues/1703">#1703</a>)</p> </li> <li> <p>Prefer existing adapter for concurrent <code>Gson.getAdapter</code> calls (<a href="https://github-redirect.dependabot.com/google/gson/issues/2153">#2153</a>)</p> </li> <li> <p>Improve <code>ArrayTypeAdapter</code> for <code>Object[]</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/1716">#1716</a>)</p> </li> <li> <p>Improve <code>AppendableWriter</code> performance (<a href="https://github-redirect.dependabot.com/google/gson/issues/1706">#1706</a>)</p> </li> </ul> <h2>List of all changes</h2> <ul> <li>Improve AppendableWriter performance by <a href="https://github.com/Marcono1234"><code>@Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/1706">google/gson#1706</a></li> <li>Improve ArrayTypeAdapter for Object[] by <a href="https://github.com/Marcono1234"><code>@Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/1716">google/gson#1716</a></li> <li>Prefer existing adapter for concurrent <code>Gson.getAdapter</code> calls by <a href="https://github.com/Marcono1234"><code>@Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/2153">google/gson#2153</a></li> <li>Fix <a href="https://github-redirect.dependabot.com/google/gson/issues/1702">#1702</a>: Gson.toJson creates CharSequence which does not implement toString by <a href="https://github.com/Marcono1234"><code>@Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/1703">google/gson#1703</a></li> <li>Deprecate JsonElement constructor by <a href="https://github.com/Marcono1234"><code>@Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/1761">google/gson#1761</a></li> <li>Validate <code>TypeToken.getParameterized</code> arguments by <a href="https://github.com/Marcono1234"><code>@Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/2166">google/gson#2166</a></li> <li>Fixed nullSafe usage. by <a href="https://github.com/bufistov"><code>@bufistov</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/1555">google/gson#1555</a></li> <li>Convert null to JsonNull for <code>JsonArray.set</code> by <a href="https://github.com/Marcono1234"><code>@Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/2170">google/gson#2170</a></li> <li>Clarify that <code>GsonBuilder.setExclusionStrategies</code> does not replace existing ones by <a href="https://github.com/Marcono1234"><code>@Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/2168">google/gson#2168</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h1>Change Log</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/gson/commit/dd92e49b279f335006433148e673fdfb2c387074"><code>dd92e49</code></a> [maven-release-plugin] prepare release gson-parent-2.10</li> <li><a href="https://github.com/google/gson/commit/7ca36c5e67350808e82acf8ddf56b5ef1b21b96b"><code>7ca36c5</code></a> Add a <code>\<developers></code> section to the main <code>pom.xml</code>.</li> <li><a href="https://github.com/google/gson/commit/79c27dd885eeacbb41e13e86d83fa7ca85afd3e1"><code>79c27dd</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/google/gson/commit/87e9ee5511021a918bf957cf56a9142b4efa82b6"><code>87e9ee5</code></a> [maven-release-plugin] prepare release gson-parent-2.10</li> <li><a href="https://github.com/google/gson/commit/4705518e12fe205b9c880b14fd15efa6aae4a5bd"><code>4705518</code></a> Revise the version regex in <code>GsonVersionDiagnosticsTest</code>. (<a href="https://github-redirect.dependabot.com/google/gson/issues/2228">#2228</a>)</li> <li><a href="https://github.com/google/gson/commit/7bca5c4061726164e8b68f2496118b7b5243eefe"><code>7bca5c4</code></a> [maven-release-plugin] rollback the release of gson-parent-2.10</li> <li><a href="https://github.com/google/gson/commit/c7544a0e864e4ad4a458a3313da3cef2f84e7b91"><code>c7544a0</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/google/gson/commit/9efdfad33c6d717764f2b3a5214cf71bdea83c31"><code>9efdfad</code></a> [maven-release-plugin] prepare release gson-parent-2.10</li> <li><a href="https://github.com/google/gson/commit/4f948dd482eaec60273696274401f2c275079cda"><code>4f948dd</code></a> Automatically replace version references on <code>release:prepare</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/2212">#2212</a>)</li> <li><a href="https://github.com/google/gson/commit/9578583effe9c6acc1296e856eeb81bfd75581d0"><code>9578583</code></a> Small tweaks to fix Error Prone warnings. (<a href="https://github-redirect.dependabot.com/google/gson/issues/2227">#2227</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/gson/compare/gson-parent-2.9.1...gson-parent-2.10">compare view</a></li> </ul> </details> <br /> [](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>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 1 comments.