Bump com.google.code.gson:gson from 2.11.0 to 2.12.0#43
Merged
dependabot[bot] merged 1 commit intoJan 30, 2025
Merged
Conversation
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.12.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
@dependabot merge
…On Thu, Jan 30, 2025 at 5:23 AM dependabot[bot] ***@***.***> wrote:
Bumps com.google.code.gson:gson <https://github.com/google/gson> from
2.11.0 to 2.12.0.
Release notes
*Sourced from com.google.code.gson:gson's releases
<https://github.com/google/gson/releases>.*
Gson 2.12.0 What's Changed
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.
Other changes:
- Allow registering adapters for JsonElement again by @Marcono1234
<https://github.com/Marcono1234> in google/gson#2789
<https://redirect.github.com/google/gson/pull/2789>
- Add nesting limit for JsonReader by @Marcono1234
<https://github.com/Marcono1234> in google/gson#2588
<https://redirect.github.com/google/gson/pull/2588>
- Add @CheckReturnValue to our packages. by @cpovirk
<https://github.com/cpovirk> in google/gson#2693
<https://redirect.github.com/google/gson/pull/2693>
- Add NullSafeTypeAdapter to prevent TypeAdapter.nullSafe() from
returning nested null-safe type adapters (#2729
<https://redirect.github.com/google/gson/issues/2729>) by
@lyubomyr-shaydariv <https://github.com/lyubomyr-shaydariv> in
google/gson#2731 <https://redirect.github.com/google/gson/pull/2731>
- Support Properties subclasses in GsonTypes.getMapKeyAndValueTypes by
@panic08 <https://github.com/panic08> in google/gson#2758
<https://redirect.github.com/google/gson/pull/2758>
- Enforce rawType to be a Class in ParameterizedTypeImpl by @panic08
<https://github.com/panic08> in google/gson#2759
<https://redirect.github.com/google/gson/pull/2759>
- Remove AccessController usage for enum adapter by @Marcono1234
<https://github.com/Marcono1234> in google/gson#2704
<https://redirect.github.com/google/gson/pull/2704>
- Fix typeArguments array not being cloned when resolving
ParameterizedType with changed owner by @TBlueF
<https://github.com/TBlueF> in google/gson#2706
<https://redirect.github.com/google/gson/pull/2706>
- Remove duplicated declaration of required OSGi execution environment
by @HannesWell <https://github.com/HannesWell> in google/gson#2711
<https://redirect.github.com/google/gson/pull/2711>
- Move bnd.bnd file configuration into 'bnd' element of
bnd-maven-plugin by @HannesWell <https://github.com/HannesWell> in
google/gson#2712 <https://redirect.github.com/google/gson/pull/2712>
- Move enum and JsonElement adapter classes to separate class files by
@Marcono1234 <https://github.com/Marcono1234> in google/gson#2727
<https://redirect.github.com/google/gson/pull/2727>
- EnumTypeAdapter constructor optimization by @esaulpaugh
<https://github.com/esaulpaugh> in google/gson#2734
<https://redirect.github.com/google/gson/pull/2734>
- OSGi / bnd: Remove the self-Import of gson.annotations by
@chrisrueger <https://github.com/chrisrueger> in google/gson#2735
<https://redirect.github.com/google/gson/pull/2735>
New Contributors
- @cpovirk <https://github.com/cpovirk> made their first contribution
in google/gson#2693 <https://redirect.github.com/google/gson/pull/2693>
- @jabagawee <https://github.com/jabagawee> made their first
contribution in google/gson#2701
<https://redirect.github.com/google/gson/pull/2701>
- @TBlueF <https://github.com/TBlueF> made their first contribution
in google/gson#2706 <https://redirect.github.com/google/gson/pull/2706>
- @HannesWell <https://github.com/HannesWell> made their first
contribution in google/gson#2711
<https://redirect.github.com/google/gson/pull/2711>
- @esaulpaugh <https://github.com/esaulpaugh> made their first
contribution in google/gson#2734
<https://redirect.github.com/google/gson/pull/2734>
- @chrisrueger <https://github.com/chrisrueger> made their first
contribution in google/gson#2735
<https://redirect.github.com/google/gson/pull/2735>
- @panic08 <https://github.com/panic08> made their first contribution
in google/gson#2756 <https://redirect.github.com/google/gson/pull/2756>
*Full Changelog*: ***@***.***
<google/gson@gson-parent-2.11.0...gson-parent-2.12.0>
Commits
- aaf7a12
<google/gson@aaf7a12>
[maven-release-plugin] prepare release gson-parent-2.12.0
- a2b1c3c
<google/gson@a2b1c3c>
Allow registering adapters for JsonElement again (#2789
<https://redirect.github.com/google/gson/issues/2789>)
- e5dce84
<google/gson@e5dce84>
Bump the maven group with 8 updates (#2784
<https://redirect.github.com/google/gson/issues/2784>)
- 84e5f16
<google/gson@84e5f16>
Bump the maven group with 7 updates (#2777
<https://redirect.github.com/google/gson/issues/2777>)
- 9f3e577
<google/gson@9f3e577>
Bump the github-actions group with 2 updates (#2778
<https://redirect.github.com/google/gson/issues/2778>)
- 78caa5e
<google/gson@78caa5e>
Improve Maven plugin configuration (#2775
<https://redirect.github.com/google/gson/issues/2775>)
- 04f66f9
<google/gson@04f66f9>
Bump the maven group with 10 updates (#2773
<https://redirect.github.com/google/gson/issues/2773>)
- 9fbd2f0
<google/gson@9fbd2f0>
Bump the github-actions group with 5 updates (#2774
<https://redirect.github.com/google/gson/issues/2774>)
- 44c9336
<google/gson@44c9336>
Simplify equality checks using Objects.equals in
PostConstructAdapterFactoryT...
- 3e5ccb1
<google/gson@3e5ccb1>
Change the use of == operator to isEmpty() in JsonObject (#2768
<https://redirect.github.com/google/gson/issues/2768>)
- Additional commits viewable in compare view
<google/gson@gson-parent-2.11.0...gson-parent-2.12.0>
[image: Dependabot compatibility score]
<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 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 view, comment on, or merge this pull request online at:
#43
Commit Summary
- c334e09
<c334e09>
Bump com.google.code.gson:gson from 2.11.0 to 2.12.0
File Changes
(1 file <https://github.com/kousen/java_9_recipes/pull/43/files>)
- *M* build.gradle
<https://github.com/kousen/java_9_recipes/pull/43/files#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7>
(2)
Patch Links:
- https://github.com/kousen/java_9_recipes/pull/43.patch
- https://github.com/kousen/java_9_recipes/pull/43.diff
—
Reply to this email directly, view it on GitHub
<#43>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAFSAHJUGGC7B4G25BAAAL2NH4TJAVCNFSM6AAAAABWE4SE6KVHI2DSMVQWIX3LMV43ASLTON2WKOZSHAZDANBTGUYDQOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Kenneth A. Kousen
President
Kousen IT, Inc.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps com.google.code.gson:gson from 2.11.0 to 2.12.0.
Release notes
Sourced from com.google.code.gson:gson's releases.
Commits
aaf7a12[maven-release-plugin] prepare release gson-parent-2.12.0a2b1c3cAllow registering adapters forJsonElementagain (#2789)e5dce84Bump the maven group with 8 updates (#2784)84e5f16Bump the maven group with 7 updates (#2777)9f3e577Bump the github-actions group with 2 updates (#2778)78caa5eImprove Maven plugin configuration (#2775)04f66f9Bump the maven group with 10 updates (#2773)9fbd2f0Bump the github-actions group with 5 updates (#2774)44c9336Simplify equality checks using Objects.equals in PostConstructAdapterFactoryT...3e5ccb1Change the use of == operator to isEmpty() in JsonObject (#2768)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)