chore(deps): update dependency com.google.code.gson:gson to v2.12.1 - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| com.google.code.gson:gson | minor |
2.9.1 -> 2.12.1
|
|
| com.google.code.gson:gson | dependencies | minor |
2.9.1 -> 2.12.1
|
Release Notes
google/gson (com.google.code.gson:gson)
v2.10
- Support for serializing and deserializing Java records, on Java ≥ 16. (https://github.com/google/gson/pull/2201)
- Add
JsonArray.asListandJsonObject.asMapview methods (https://github.com/google/gson/pull/2225) - Fix
TypeAdapterRuntimeTypeWrappernot detecting reflectiveTreeTypeAdapterandFutureTypeAdapter(https://github.com/google/gson/pull/1787) - Improve
JsonReader.skipValue()(https://github.com/google/gson/pull/2062) - Perform numeric conversion for primitive numeric type adapters (https://github.com/google/gson/pull/2158)
- Add
Gson.fromJson(..., TypeToken)overloads (https://github.com/google/gson/pull/1700) - Fix changes to
GsonBuilderaffecting existingGsoninstances (https://github.com/google/gson/pull/1815) - Make
JsonElementconversion methods more consistent and fix javadoc (https://github.com/google/gson/pull/2178) - Throw
UnsupportedOperationExceptionwhenJsonWriter.jsonValueis not supported (https://github.com/google/gson/pull/1651) - Disallow
JsonObjectEntry.setValue(null)(https://github.com/google/gson/pull/2167) - Fix
TypeAdapter.toJsonthrowing AssertionError for custom IOException (https://github.com/google/gson/pull/2172) - Convert null to JsonNull for
JsonArray.set(https://github.com/google/gson/pull/2170) - Fixed nullSafe usage. (https://github.com/google/gson/pull/1555)
- Validate
TypeToken.getParameterizedarguments (https://github.com/google/gson/pull/2166) - Fix #1702: Gson.toJson creates CharSequence which does not implement toString (https://github.com/google/gson/pull/1703)
- Prefer existing adapter for concurrent
Gson.getAdaptercalls (https://github.com/google/gson/pull/2153) - Improve
ArrayTypeAdapterforObject[](https://github.com/google/gson/pull/1716) - Improve
AppendableWriterperformance (https://github.com/google/gson/pull/1706)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Perun-GitLab Service Account