Skip to content

Commit 4253811

Browse files
Upgrade: [dependabot] - bump com.google.code.gson:gson from 2.12.0 to 2.12.1 (#251)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.0 to 2.12.1. <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.11.1</h2> <p>The only difference between this release and 2.11.0 is that OSGi declarations in the Gson jar now specify that <code>com.google.errorprone.annotations</code> is an optional dependency, not a required one. If you do not use OSGi then there is no effective change.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/gson/commit/29e3d1d2cc0ce4175378e511a87f538561625515"><code>29e3d1d</code></a> [maven-release-plugin] prepare release gson-parent-2.12.1</li> <li><a href="https://github.com/google/gson/commit/be456cf0f7f7b9070eaae26fe1d3130e07e0d385"><code>be456cf</code></a> Make the import of com.google.errorprone optional (<a href="https://redirect.github.com/google/gson/issues/2795">#2795</a>)</li> <li><a href="https://github.com/google/gson/commit/b2e26fa97b7ccba080a082a9bf9741e24d5c523d"><code>b2e26fa</code></a> Bump the github-actions group with 3 updates (<a href="https://redirect.github.com/google/gson/issues/2785">#2785</a>)</li> <li><a href="https://github.com/google/gson/commit/10bdd6dc6a2f86151762e9c18d155970e90d14a9"><code>10bdd6d</code></a> Simplify collection type adapters slightly. (<a href="https://redirect.github.com/google/gson/issues/2791">#2791</a>)</li> <li><a href="https://github.com/google/gson/commit/ab9c54f40bc36abc4af670fff187a8b7436b8089"><code>ab9c54f</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/google/gson/compare/gson-parent-2.12.0...gson-parent-2.12.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=maven&previous-version=2.12.0&new-version=2.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com>
1 parent c98243e commit 4253811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>com.google.code.gson</groupId>
9696
<artifactId>gson</artifactId>
97-
<version>2.12.0</version>
97+
<version>2.12.1</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)