Skip to content

Commit 1145d0f

Browse files
build(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.0 in /samples/concurrent-modification in the minor-and-patch group (#256)
Bumps the minor-and-patch group in /samples/concurrent-modification with 1 update: [com.google.code.gson:gson](https://github.com/google/gson). Updates `com.google.code.gson:gson` from 2.11.0 to 2.12.0 <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.12.0</h2> <h2>What's Changed</h2> <p>The biggest change is that we no longer support Java 7. People who still need to run on Java 7 will need to use an earlier version of Gson.</p> <p>Other changes:</p> <ul> <li>Allow registering adapters for <code>JsonElement</code> again by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://redirect.github.com/google/gson/pull/2789">google/gson#2789</a></li> <li>Add nesting limit for <code>JsonReader</code> by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://redirect.github.com/google/gson/pull/2588">google/gson#2588</a></li> <li>Add <code>@CheckReturnValue</code> to our packages. by <a href="https://github.com/cpovirk"><code>@​cpovirk</code></a> in <a href="https://redirect.github.com/google/gson/pull/2693">google/gson#2693</a></li> <li>Add NullSafeTypeAdapter to prevent TypeAdapter.nullSafe() from returning nested null-safe type adapters (<a href="https://redirect.github.com/google/gson/issues/2729">#2729</a>) by <a href="https://github.com/lyubomyr-shaydariv"><code>@​lyubomyr-shaydariv</code></a> in <a href="https://redirect.github.com/google/gson/pull/2731">google/gson#2731</a></li> <li>Support Properties subclasses in GsonTypes.getMapKeyAndValueTypes by <a href="https://github.com/panic08"><code>@​panic08</code></a> in <a href="https://redirect.github.com/google/gson/pull/2758">google/gson#2758</a></li> <li>Enforce rawType to be a Class in ParameterizedTypeImpl by <a href="https://github.com/panic08"><code>@​panic08</code></a> in <a href="https://redirect.github.com/google/gson/pull/2759">google/gson#2759</a></li> <li>Remove <code>AccessController</code> usage for enum adapter by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://redirect.github.com/google/gson/pull/2704">google/gson#2704</a></li> <li>Fix typeArguments array not being cloned when resolving ParameterizedType with changed owner by <a href="https://github.com/TBlueF"><code>@​TBlueF</code></a> in <a href="https://redirect.github.com/google/gson/pull/2706">google/gson#2706</a></li> <li>Remove duplicated declaration of required OSGi execution environment by <a href="https://github.com/HannesWell"><code>@​HannesWell</code></a> in <a href="https://redirect.github.com/google/gson/pull/2711">google/gson#2711</a></li> <li>Move bnd.bnd file configuration into 'bnd' element of bnd-maven-plugin by <a href="https://github.com/HannesWell"><code>@​HannesWell</code></a> in <a href="https://redirect.github.com/google/gson/pull/2712">google/gson#2712</a></li> <li>Move enum and <code>JsonElement</code> adapter classes to separate class files by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://redirect.github.com/google/gson/pull/2727">google/gson#2727</a></li> <li>EnumTypeAdapter constructor optimization by <a href="https://github.com/esaulpaugh"><code>@​esaulpaugh</code></a> in <a href="https://redirect.github.com/google/gson/pull/2734">google/gson#2734</a></li> <li>OSGi / bnd: Remove the self-Import of gson.annotations by <a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> in <a href="https://redirect.github.com/google/gson/pull/2735">google/gson#2735</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cpovirk"><code>@​cpovirk</code></a> made their first contribution in <a href="https://redirect.github.com/google/gson/pull/2693">google/gson#2693</a></li> <li><a href="https://github.com/jabagawee"><code>@​jabagawee</code></a> made their first contribution in <a href="https://redirect.github.com/google/gson/pull/2701">google/gson#2701</a></li> <li><a href="https://github.com/TBlueF"><code>@​TBlueF</code></a> made their first contribution in <a href="https://redirect.github.com/google/gson/pull/2706">google/gson#2706</a></li> <li><a href="https://github.com/HannesWell"><code>@​HannesWell</code></a> made their first contribution in <a href="https://redirect.github.com/google/gson/pull/2711">google/gson#2711</a></li> <li><a href="https://github.com/esaulpaugh"><code>@​esaulpaugh</code></a> made their first contribution in <a href="https://redirect.github.com/google/gson/pull/2734">google/gson#2734</a></li> <li><a href="https://github.com/chrisrueger"><code>@​chrisrueger</code></a> made their first contribution in <a href="https://redirect.github.com/google/gson/pull/2735">google/gson#2735</a></li> <li><a href="https://github.com/panic08"><code>@​panic08</code></a> made their first contribution in <a href="https://redirect.github.com/google/gson/pull/2756">google/gson#2756</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.0">https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/gson/commit/aaf7a12d8004a8b6e51a713ce5b0a42c3e78809c"><code>aaf7a12</code></a> [maven-release-plugin] prepare release gson-parent-2.12.0</li> <li><a href="https://github.com/google/gson/commit/a2b1c3c88276697578a961de8286752e772c55db"><code>a2b1c3c</code></a> Allow registering adapters for <code>JsonElement</code> again (<a href="https://redirect.github.com/google/gson/issues/2789">#2789</a>)</li> <li><a href="https://github.com/google/gson/commit/e5dce841f73382cb7acdfe32250767ddb2c86b49"><code>e5dce84</code></a> Bump the maven group with 8 updates (<a href="https://redirect.github.com/google/gson/issues/2784">#2784</a>)</li> <li><a href="https://github.com/google/gson/commit/84e5f16acafaa7c55d80a3621a37c7884ca928b6"><code>84e5f16</code></a> Bump the maven group with 7 updates (<a href="https://redirect.github.com/google/gson/issues/2777">#2777</a>)</li> <li><a href="https://github.com/google/gson/commit/9f3e577d8286aef3793b7e867f6e00eee68f15fd"><code>9f3e577</code></a> Bump the github-actions group with 2 updates (<a href="https://redirect.github.com/google/gson/issues/2778">#2778</a>)</li> <li><a href="https://github.com/google/gson/commit/78caa5e69ec1c914bd0edbe888d0c10681cb8e91"><code>78caa5e</code></a> Improve Maven plugin configuration (<a href="https://redirect.github.com/google/gson/issues/2775">#2775</a>)</li> <li><a href="https://github.com/google/gson/commit/04f66f993cc650be48ab472bbf41f5e9b568ff38"><code>04f66f9</code></a> Bump the maven group with 10 updates (<a href="https://redirect.github.com/google/gson/issues/2773">#2773</a>)</li> <li><a href="https://github.com/google/gson/commit/9fbd2f076f1c13cb4a676fa33b3d041e35f6f80f"><code>9fbd2f0</code></a> Bump the github-actions group with 5 updates (<a href="https://redirect.github.com/google/gson/issues/2774">#2774</a>)</li> <li><a href="https://github.com/google/gson/commit/44c93364c9347404e93cd6a3323201ceae6b2a43"><code>44c9336</code></a> Simplify equality checks using Objects.equals in PostConstructAdapterFactoryT...</li> <li><a href="https://github.com/google/gson/commit/3e5ccb171a56b3278f7123638631b945ec52e5cb"><code>3e5ccb1</code></a> Change the use of == operator to isEmpty() in JsonObject (<a href="https://redirect.github.com/google/gson/issues/2768">#2768</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.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=maven&previous-version=2.11.0&new-version=2.12.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 304e572 commit 1145d0f

File tree

1 file changed

+1
-1
lines changed
  • samples/concurrent-modification

1 file changed

+1
-1
lines changed

samples/concurrent-modification/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.code.gson</groupId>
4040
<artifactId>gson</artifactId>
41-
<version>2.11.0</version>
41+
<version>2.12.0</version>
4242
</dependency>
4343
</dependencies>
4444

0 commit comments

Comments
 (0)